summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r--common/resourceaccess.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/resourceaccess.cpp b/common/resourceaccess.cpp
index 4831c72..6f7d039 100644
--- a/common/resourceaccess.cpp
+++ b/common/resourceaccess.cpp
@@ -615,6 +615,7 @@ bool ResourceAccess::processMessageBuffer()
615 case Sink::Notification::Progress: { 615 case Sink::Notification::Progress: {
616 auto n = getNotification(buffer); 616 auto n = getNotification(buffer);
617 SinkTrace() << "Received notification: Type:" << n.type << "Message: " << n.message << "Code: " << n.code; 617 SinkTrace() << "Received notification: Type:" << n.type << "Message: " << n.message << "Code: " << n.code;
618 n.resource = d->resourceInstanceIdentifier;
618 emit notification(n); 619 emit notification(n);
619 } break; 620 } break;
620 case Sink::Notification::RevisionUpdate: 621 case Sink::Notification::RevisionUpdate: