BIND 10 #1677: Remove local log level constants
BIND 10 Development
do-not-reply at isc.org
Wed Feb 15 09:11:12 UTC 2012
#1677: Remove local log level constants
-------------------------------------+-------------------------------------
Reporter: vorner | Owner:
Type: enhancement | Status: new
Priority: major | Milestone: New
Component: Unclassified | Tasks
Sensitive: 0 | Keywords:
Sub-Project: DNS | Defect Severity: N/A
Estimated Difficulty: 0 | Feature Depending on Ticket:
Total Hours: 0 | Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
We defined the consistent debug levels (eg. `DBGLVL_START_SHUT`). However,
when switching to them, we just redefined the constants used in the
existing code to point to these, like this:
{{{#!c++
const int DBG_AUTH_START = DBGLVL_START_SHUT;
}}}
This should be cleaned up and the local constants replaced by the global
ones. This should be an easy search&replace, but it could be convenient to
split it up into multiple tickets by the components, to have smaller diffs
to review.
--
Ticket URL: <http://bind10.isc.org/ticket/1677>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list