Minor debugging tidy ups. Some tracing disabled until either a configurable use is...
[qwerkisync] / EventProcessors / Hasher.cpp
index 19ad9f7..60a4bc9 100644 (file)
@@ -33,7 +33,7 @@ void Hasher::Process(EventTypes::iEvent &event)
 {
        uint hash(event.HashCode());
        m_Hashes.insert(hash);
-       qDebug() << "DB Event hash: " << hash << " @ " << event.Timestamp();
+       qDebug() << "DB Event hash: " << hash << " @ " << event.Timestamp().toUTC();
 }
 
 void Hasher::EmitEventProcessed(int eventsProcessed, int totalEvents)