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; }