mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
fix comment for actual time format
This commit is contained in:
parent
705d3da089
commit
8c65c6c1c8
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ QString LogHandler::printMessage(LogMsgType type, const QMessageLogContext& cont
|
|||
}
|
||||
|
||||
// log prefix is in the following format
|
||||
// [DEBUG] [TIMESTAMP] [PID:PARENT_PID] [TARGET] logged string
|
||||
// [DEBUG] [TIMESTAMP] [PID] [TARGET] logged string
|
||||
|
||||
QString prefixString = QString("[%1]").arg(stringForLogType(type));
|
||||
|
||||
|
|
Loading…
Reference in a new issue