Fixed debug output.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2015-09-16 09:21:34 +03:00
parent e75951eb8e
commit b3f2869975

View file

@ -91,8 +91,7 @@ inline void noisyFailureMsgHandler(QtMsgType type, const QMessageLogContext &con
switch (type)
{
case QtDebugMsg:
std::cerr << msg.toUtf8().constData();
std::cerr.flush();
std::cerr << msg.toUtf8().constData() << std::endl;
return;
case QtWarningMsg:
messageBox.setIcon(QMessageBox::Warning);