diff options
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp index 50845ac..4831c72 100644 --- a/common/resourceaccess.cpp +++ b/common/resourceaccess.cpp | |||
@@ -614,7 +614,7 @@ bool ResourceAccess::processMessageBuffer() | |||
614 | [[clang::fallthrough]]; | 614 | [[clang::fallthrough]]; |
615 | case Sink::Notification::Progress: { | 615 | case Sink::Notification::Progress: { |
616 | auto n = getNotification(buffer); | 616 | auto n = getNotification(buffer); |
617 | SinkTrace() << "Received notification: " << n.type; | 617 | SinkTrace() << "Received notification: Type:" << n.type << "Message: " << n.message << "Code: " << n.code; |
618 | emit notification(n); | 618 | emit notification(n); |
619 | } break; | 619 | } break; |
620 | case Sink::Notification::RevisionUpdate: | 620 | case Sink::Notification::RevisionUpdate: |