diff --git a/server/logging/logengine.cpp b/server/logging/logengine.cpp index 1f29fe63..805b127c 100644 --- a/server/logging/logengine.cpp +++ b/server/logging/logengine.cpp @@ -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); }