logging: remove warning on missing debug messages
The state of the DEBUG feature is now printed with chronyd version.
This commit is contained in:
parent
2ff4eca7bf
commit
c404786b92
1 changed files with 0 additions and 2 deletions
|
@ -211,8 +211,6 @@ void LOG_SetDebugLevel(int level)
|
||||||
{
|
{
|
||||||
debug_level = level;
|
debug_level = level;
|
||||||
if (level >= DEBUG_LEVEL_PRINT_DEBUG) {
|
if (level >= DEBUG_LEVEL_PRINT_DEBUG) {
|
||||||
if (!DEBUG)
|
|
||||||
LOG(LOGS_WARN, LOGF_Logging, "Not compiled with full debugging support");
|
|
||||||
log_debug_enabled = 1;
|
log_debug_enabled = 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue