diff options
-rw-r--r-- | common/synchronizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/synchronizer.cpp b/common/synchronizer.cpp index 41ab1e9..71091a6 100644 --- a/common/synchronizer.cpp +++ b/common/synchronizer.cpp | |||
@@ -499,7 +499,7 @@ void Synchronizer::setBusy(bool busy, const QString &reason, const QByteArray re | |||
499 | KAsync::Job<void> Synchronizer::processSyncQueue() | 499 | KAsync::Job<void> Synchronizer::processSyncQueue() |
500 | { | 500 | { |
501 | if (secret().isEmpty()) { | 501 | if (secret().isEmpty()) { |
502 | SinkWarningCtx(mLogCtx) << "Secret not available but required."; | 502 | SinkLogCtx(mLogCtx) << "Secret not available but required."; |
503 | emitNotification(Notification::Warning, ApplicationDomain::SyncError, "Secret is not available.", {}, {}); | 503 | emitNotification(Notification::Warning, ApplicationDomain::SyncError, "Secret is not available.", {}, {}); |
504 | return KAsync::null<void>(); | 504 | return KAsync::null<void>(); |
505 | } | 505 | } |