mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 00:39:55 +00:00
Fix duplicate object path in SandboxAutostart and add some logging
This commit is contained in:
@@ -47,7 +47,7 @@ std::vector<QString> GetServerInformation(
|
||||
}
|
||||
} else if (serverInformationReply.type() == QDBusMessage::ErrorMessage) {
|
||||
LOG(("Native notification error: %1")
|
||||
.arg(QDBusError(serverInformationReply).message()));
|
||||
.arg(serverInformationReply.errorMessage()));
|
||||
} else {
|
||||
LOG(("Native notification error: "
|
||||
"error while getting information about notification daemon"));
|
||||
|
||||
Reference in New Issue
Block a user