add debug
This commit is contained in:
parent
f52aa7711f
commit
6cbdcbf575
@ -223,6 +223,7 @@ void LogEngine::logSystemEvent(const QDateTime &dateTime, bool active, Logging::
|
||||
{
|
||||
LogEntry entry(dateTime, level, Logging::LoggingSourceSystem);
|
||||
entry.setActive(active);
|
||||
qCDebug(dcLogEngine) << entry;
|
||||
appendLogEntry(entry);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user