Add warning

wilder-work
Laurent Montel 8 years ago
parent 5816401f37
commit ebb472647f
  1. 1
      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;
}

Loading…
Cancel
Save