undo a debug thing that shouldn't have been committed
This commit is contained in:
parent
a5b77a59d3
commit
ceb12cdd81
|
@ -554,7 +554,7 @@ void Logger::logPrint( bool hex, const char * const filepath, const int line, co
|
||||||
if ( level <= mSyslogLevel ) {
|
if ( level <= mSyslogLevel ) {
|
||||||
int priority = smSyslogPriorities[level];
|
int priority = smSyslogPriorities[level];
|
||||||
//priority |= LOG_DAEMON;
|
//priority |= LOG_DAEMON;
|
||||||
syslog( priority, "%s [%d] [%s] [%s]", classString, priority, mId.c_str(), syslogStart );
|
syslog( priority, "%s [%s] [%s]", classString, mId.c_str(), syslogStart );
|
||||||
}
|
}
|
||||||
|
|
||||||
free(filecopy);
|
free(filecopy);
|
||||||
|
|
Loading…
Reference in New Issue