summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-06 09:56:32 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-07-06 09:56:32 +0200
commite03eac8ef4337a9aa538b7cefc803a6abd4acf24 (patch)
treed6e3df7c3d37330d4da8d0697ab06ee233fc9a9f /common/resourceaccess.cpp
parent9b073f37d06ed0022c55d1c5c7ce52c4b60cc774 (diff)
downloadsink-e03eac8ef4337a9aa538b7cefc803a6abd4acf24.tar.gz
sink-e03eac8ef4337a9aa538b7cefc803a6abd4acf24.zip
Trace notifications
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r--common/resourceaccess.cpp2
1 files changed, 2 insertions, 0 deletions
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()
586 break; 586 break;
587 } 587 }
588 mResourceStatus = buffer->code(); 588 mResourceStatus = buffer->code();
589 Trace() << "Updated status: " << mResourceStatus;
589 [[clang::fallthrough]]; 590 [[clang::fallthrough]];
590 case Sink::Notification::Warning: 591 case Sink::Notification::Warning:
591 [[clang::fallthrough]]; 592 [[clang::fallthrough]];
592 case Sink::Notification::Progress: { 593 case Sink::Notification::Progress: {
593 auto n = getNotification(buffer); 594 auto n = getNotification(buffer);
595 Trace() << "Received notification: " << n.type;
594 emit notification(n); 596 emit notification(n);
595 } break; 597 } break;
596 case Sink::Notification::RevisionUpdate: 598 case Sink::Notification::RevisionUpdate: