mirror of
https://github.com/tnodir/fort
synced 2024-11-15 07:06:08 +00:00
UI: Logger: Rename 'I' type to '.'
This commit is contained in:
parent
70ea62b220
commit
e2169e33f9
@ -124,7 +124,7 @@ QString Logger::getDateString(const QString &format)
|
||||
|
||||
QString Logger::makeLogLine(LogLevel level, const QString &dateString, const QString &message)
|
||||
{
|
||||
static const char *const g_levelChars = "IWE";
|
||||
static const char *const g_levelChars = ".WE";
|
||||
|
||||
return dateString + ' ' + g_levelChars[int(level)] + ' ' + message + '\n';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user