diff options
Diffstat (limited to 'common/synchronizer.cpp')
-rw-r--r-- | common/synchronizer.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index 48e71ff..aa4f030 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -495,7 +495,8 @@ void Synchronizer::setBusy(bool busy, const QString &reason, const QByteArray re | |||
495 | KAsync::Job<void> Synchronizer::processSyncQueue() | 495 | KAsync::Job<void> Synchronizer::processSyncQueue() |
496 | { | 496 | { |
497 | if (secret().isEmpty()) { | 497 | if (secret().isEmpty()) { |
498 | SinkLogCtx(mLogCtx) << "Secret not available but required."; | 498 | SinkWarningCtx(mLogCtx) << "Secret not available but required."; |
499 | emitNotification(Notification::Warning, ApplicationDomain::SyncError, "Secret is not available.", {}, {}); | ||
499 | return KAsync::null<void>(); | 500 | return KAsync::null<void>(); |
500 | } | 501 | } |
501 | if (mSyncRequestQueue.isEmpty()) { | 502 | if (mSyncRequestQueue.isEmpty()) { |