diff options
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 2 |
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: |