diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/imapresource/imapresource.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/imapresource/imapresource.cpp b/examples/imapresource/imapresource.cpp index 0527902..4151afa 100644 --- a/examples/imapresource/imapresource.cpp +++ b/examples/imapresource/imapresource.cpp | |||
@@ -691,10 +691,9 @@ public: | |||
691 | { | 691 | { |
692 | if (operation != Sink::Operation_Creation) { | 692 | if (operation != Sink::Operation_Creation) { |
693 | if(oldRemoteId.isEmpty()) { | 693 | if(oldRemoteId.isEmpty()) { |
694 | // return KAsync::error<QByteArray>("Tried to replay modification without old remoteId."); | 694 | SinkWarning() << "Tried to replay modification without old remoteId."; |
695 | qWarning() << "Tried to replay modification without old remoteId."; | ||
696 | // Since we can't recover from the situation we just skip over the revision. | 695 | // Since we can't recover from the situation we just skip over the revision. |
697 | // FIXME figure out how we can ever end up in this situation | 696 | // This can for instance happen if creation failed, and we then process a removal or modification. |
698 | return KAsync::null<QByteArray>(); | 697 | return KAsync::null<QByteArray>(); |
699 | } | 698 | } |
700 | } | 699 | } |