From e03eac8ef4337a9aa538b7cefc803a6abd4acf24 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 6 Jul 2016 09:56:32 +0200 Subject: Trace notifications --- common/resourceaccess.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index 6b2ddfd..8297fa5 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp @@ -586,11 +586,13 @@ bool ResourceAccess::processMessageBuffer() break; } mResourceStatus = buffer->code(); + Trace() << "Updated status: " << mResourceStatus; [[clang::fallthrough]]; case Sink::Notification::Warning: [[clang::fallthrough]]; case Sink::Notification::Progress: { auto n = getNotification(buffer); + Trace() << "Received notification: " << n.type; emit notification(n); } break; case Sink::Notification::RevisionUpdate: -- cgit v1.2.3