From fc9fc62b3bc8ce77ee5e48dbcd7bf75bd9711ed6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 30 Mar 2017 15:56:55 +0200 Subject: Mailtransport notifications --- common/synchronizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/synchronizer.cpp') diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index e004d64..900c6d5 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp @@ -341,7 +341,7 @@ KAsync::Job Synchronizer::processRequest(const SyncRequest &request) }).then([this, request](const KAsync::Error &error) { if (error) { //Emit notification with error - SinkWarningCtx(mLogCtx) << "Synchronization failed: " << error.errorMessage; + SinkWarningCtx(mLogCtx) << "Synchronization failed: " << error; if (error.errorCode == ApplicationDomain::ConnectionError) { emitNotification(Notification::Status, ApplicationDomain::OfflineStatus, "Synchronization has ended.", request.requestId); } else { -- cgit v1.2.3