diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-17 14:16:43 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-17 14:16:43 +0100 |
commit | eecf234e4fc79320fc74f2e917b9e9777f0761af (patch) | |
tree | 4ec041d5d905dbc3d7be71570cab4bd2b61ff2a2 /common/resourceaccess.cpp | |
parent | d40710eb005cde8c6962d6f5689bc63a4745b1c1 (diff) | |
download | sink-eecf234e4fc79320fc74f2e917b9e9777f0761af.tar.gz sink-eecf234e4fc79320fc74f2e917b9e9777f0761af.zip |
Added notification code for mailtransport
Diffstat (limited to 'common/resourceaccess.cpp')
-rw-r--r-- | common/resourceaccess.cpp | 1 |
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: |