diff --git a/src/osd_x11.cpp b/src/osd_x11.cpp index c39e41781..e704b969d 100644 --- a/src/osd_x11.cpp +++ b/src/osd_x11.cpp @@ -106,7 +106,7 @@ void OSD::CallFinished(QDBusPendingCallWatcher* watcher) { QDBusPendingReply reply = *watcher; if (reply.isError()) { - qWarning() << "Error sending notification" << reply.error(); + qWarning() << "Error sending notification" << reply.error().name(); return; }