refs #485, renamed to cmdLineErrorMessage (to distinguish from status messages)

This commit is contained in:
Klaus Basan
2016-03-13 18:08:38 +00:00
committed by Mathew Sutcliffe
parent 76814b43be
commit c411f07551
8 changed files with 31 additions and 29 deletions

View File

@@ -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;
}
}