ksmserver: include the error message of SmsInitialize() in the warning

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-08-31 19:06:02 +03:00
parent 2c2a653de8
commit 51c61de406

View file

@ -609,7 +609,7 @@ KSMServer::KSMServer( const QString& windowManager, bool _only_local, bool locks
(SmPointer) this,
HostBasedAuthProc, 256, errormsg ) ) {
qWarning("KSMServer: could not register XSM protocol");
qWarning("KSMServer: could not register XSM protocol: %s", errormsg);
}
if (!IceListenForConnections (&numTransports, &listenObjs,