fixed logger

This commit is contained in:
Patrick von Reth 2014-01-20 16:01:47 +01:00
parent 478de37909
commit 07e777ac01
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Log::~Log()
{
if(debugLvl() >= m_lvl)
{
std::wcout << m_msg.toUtf8().constData() << std::endl;
std::cout << m_msg.toUtf8().constData() << std::endl;
}
}