mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 15:45:42 +08:00
refs #485, renamed to cmdLineErrorMessage (to distinguish from status messages)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
76814b43be
commit
c411f07551
@@ -59,7 +59,7 @@ bool CSwiftGuiStdApplication::parsingHookIn()
|
||||
// check if rechable
|
||||
if (!CDBusServer::isDBusAvailable(dBusAddress))
|
||||
{
|
||||
this->errorMessage("DBus server at " + dBusAddress + " can not be reached");
|
||||
this->cmdLineErrorMessage("DBus server at " + dBusAddress + " can not be reached");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user