mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
ksmserver: include the error message of SmsInitialize() in the warning
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
2c2a653de8
commit
51c61de406
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue