logging: remove warning on missing debug messages

The state of the DEBUG feature is now printed with chronyd version.
This commit is contained in:
Miroslav Lichvar 2014-09-25 09:46:44 +02:00
parent 2ff4eca7bf
commit c404786b92

View file

@ -211,8 +211,6 @@ void LOG_SetDebugLevel(int level)
{
debug_level = level;
if (level >= DEBUG_LEVEL_PRINT_DEBUG) {
if (!DEBUG)
LOG(LOGS_WARN, LOGF_Logging, "Not compiled with full debugging support");
log_debug_enabled = 1;
}
}