remove debug log to stdout that shouldn't be there. It messes up zms
parent
04198aa381
commit
c8eab2d275
|
@ -531,8 +531,6 @@ void Logger::logPrint( bool hex, const char * const filepath, const int line, co
|
||||||
} else {
|
} else {
|
||||||
puts("Logging to file, but file not open\n");
|
puts("Logging to file, but file not open\n");
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
puts("Not logging to file because level <= mFileLevel");
|
|
||||||
}
|
}
|
||||||
*syslogEnd = '\0';
|
*syslogEnd = '\0';
|
||||||
if ( level <= mDatabaseLevel ) {
|
if ( level <= mDatabaseLevel ) {
|
||||||
|
|
Loading…
Reference in New Issue