From aa6152901c01454758d270c65d99619ce61b1d75 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 5 Feb 2016 16:48:32 +0100 Subject: Do use spaces and quotes on all messages. --- common/log.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/log.cpp b/common/log.cpp index 4606e67..96c6f82 100644 --- a/common/log.cpp +++ b/common/log.cpp @@ -293,12 +293,12 @@ QDebug Sink::Log::debugStream(DebugLevel debugLevel, int line, const char* file, if (multiline) { output += "\n "; } - output += ": "; + output += ":"; static DebugStream stream; QDebug debug(&stream); debug.noquote().nospace() << output; - return debug; + return debug.space().quote(); } -- cgit v1.2.3