From 6cbdcbf575a0dcbf3777ca70a9a5ae3a876a8f3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Tue, 8 Mar 2016 19:16:39 +0100 Subject: [PATCH] add debug --- server/logging/logengine.cpp | 1 + 1 file changed, 1 insertion(+) 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); }