summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2014-10-29 09:35:42 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-10-29 10:55:33 +0100
commit4b491334cf3739ab9df9278c27ac57cfe9bd655d (patch)
tree8e208ecad8ece0a5d8ba7bea1936fbd0bb973c05 /src/corelib
parent7ebc151bcfe71dc837ce9fb2d4c71b7cba7bb7f0 (diff)
parent8613b64f535b0ce05adf6f4708ba0826f22a7eb4 (diff)
Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/global/qlogging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/global/qlogging.cpp b/src/corelib/global/qlogging.cpp
index 9fced6ede6..39c5ac602e 100644
--- a/src/corelib/global/qlogging.cpp
+++ b/src/corelib/global/qlogging.cpp
@@ -1379,7 +1379,7 @@ static void qt_message_print(QtMsgType msgType, const QMessageLogContext &contex
}
ungrabMessageHandler();
} else {
- fprintf(stderr, "%s", message.toLocal8Bit().constData());
+ fprintf(stderr, "%s\n", message.toLocal8Bit().constData());
}
}