From 8c65c6c1c840947d2f7b49314273642d27400ba9 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 18 Nov 2014 17:02:28 -0800 Subject: [PATCH] fix comment for actual time format --- libraries/shared/src/LogHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/LogHandler.cpp b/libraries/shared/src/LogHandler.cpp index a8c28eb6bf..4ed6666161 100644 --- a/libraries/shared/src/LogHandler.cpp +++ b/libraries/shared/src/LogHandler.cpp @@ -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));