mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-13 00:31:12 +00:00
convert log severities use to lowercase and remove use of MQLOG
This commit is contained in:
parent
58a80c7da3
commit
e6085f03d8
|
@ -235,7 +235,7 @@ void Logger::SetConsoleSeverity(const string& severityStr)
|
|||
}
|
||||
else
|
||||
{
|
||||
LOG(ERROR) << "Unknown severity setting: '" << severityStr << "', setting to default 'info'.";
|
||||
LOG(error) << "Unknown severity setting: '" << severityStr << "', setting to default 'info'.";
|
||||
SetConsoleSeverity(Severity::info);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user