From 1855b8356e4c427efdba4c932fa9f984e6ae5a43 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 27 Jul 2018 13:18:53 +0200 Subject: Shouldn't be a warning if we expect to run into it. We always run into that when starting a resource. --- common/synchronizer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 KAsync::Job Synchronizer::processSyncQueue() { if (secret().isEmpty()) { - SinkWarningCtx(mLogCtx) << "Secret not available but required."; + SinkLogCtx(mLogCtx) << "Secret not available but required."; emitNotification(Notification::Warning, ApplicationDomain::SyncError, "Secret is not available.", {}, {}); return KAsync::null(); } -- cgit v1.2.3