summaryrefslogtreecommitdiffstats
path: root/common/resourceaccess.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-17 14:16:43 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-17 14:16:43 +0100
commiteecf234e4fc79320fc74f2e917b9e9777f0761af (patch)
tree4ec041d5d905dbc3d7be71570cab4bd2b61ff2a2 /common/resourceaccess.cpp
parentd40710eb005cde8c6962d6f5689bc63a4745b1c1 (diff)
downloadsink-eecf234e4fc79320fc74f2e917b9e9777f0761af.tar.gz
sink-eecf234e4fc79320fc74f2e917b9e9777f0761af.zip
Added notification code for mailtransport
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: