add debug

This commit is contained in:
Simon Stürz 2016-03-08 19:16:39 +01:00 committed by Michael Zanetti
parent f52aa7711f
commit 6cbdcbf575

View File

@ -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);
}