From ebb472647ffc717ff9768fe726f0ee347ea0be85 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 24 Jan 2018 13:43:53 +0100 Subject: [PATCH] Add warning --- src/unityservicemanager.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unityservicemanager.cpp b/src/unityservicemanager.cpp index 1891b5075..c4245f0e4 100644 --- a/src/unityservicemanager.cpp +++ b/src/unityservicemanager.cpp @@ -188,6 +188,7 @@ void UnityServiceManager::initUnity() watcher->deleteLater(); if (reply.isError()) { + qCWarning(KMAIL_LOG) << "DBus reported an error " << reply.error().message(); return; }