diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-14 11:41:32 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-14 11:41:32 +0100 |
commit | 6f3f86f9617486e1d30f263189fedafa1fedd62e (patch) | |
tree | f9f2bea723c2be293ef4e4788215fa237dc1a089 /common/resourceaccess.cpp | |
parent | ec79366d96f7376b758fb41a50d3096518be4333 (diff) | |
download | sink-6f3f86f9617486e1d30f263189fedafa1fedd62e.tar.gz sink-6f3f86f9617486e1d30f263189fedafa1fedd62e.zip |
Debug output
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: |