mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
a32eadee6a
commit
d669f7c370
@@ -66,7 +66,7 @@ namespace BlackCore
|
||||
if (!CContextApplicationProxy::isContextResponsive(dBusAddress, connectMsg))
|
||||
{
|
||||
return CStatusMessage(this, CStatusMessage::SeverityError,
|
||||
"Cannot connect DBus at '" + dBusAddress + "', reason: " + connectMsg);
|
||||
u"Cannot connect DBus at '" % dBusAddress % u"', reason: " % connectMsg);
|
||||
}
|
||||
|
||||
// re-init
|
||||
|
||||
Reference in New Issue
Block a user