fix comment for actual time format

This commit is contained in:
Stephen Birarda 2014-11-18 17:02:28 -08:00
parent 705d3da089
commit 8c65c6c1c8

View file

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