mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
refs #485, changed to static preformatted as discussed (MS/KB) on slack
This commit is contained in:
committed by
Mathew Sutcliffe
parent
55a0ab7b48
commit
30b5e5dade
@@ -76,7 +76,7 @@ namespace BlackCore
|
||||
if (!m.isEmpty())
|
||||
{
|
||||
m.setCategories(getLogCategories());
|
||||
CLogMessage(this).preformatted(m);
|
||||
CLogMessage::preformatted(m);
|
||||
}
|
||||
|
||||
// global setup
|
||||
@@ -541,7 +541,7 @@ namespace BlackCore
|
||||
|
||||
void CApplication::severeStartupProblem(const CStatusMessage &message)
|
||||
{
|
||||
CLogMessage(this).preformatted(message);
|
||||
CLogMessage::preformatted(message);
|
||||
this->cmdLineErrorMessage(message.getMessage());
|
||||
this->exit(EXIT_FAILURE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user