mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 18:25:07 -05:00
logging: remove warning on missing debug messages
The state of the DEBUG feature is now printed with chronyd version.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user