1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-09 21:50:58 +02:00

* Merged Logger.cpp.

This commit is contained in:
Leo Franchi
2013-01-16 14:34:28 -05:00
committed by Christian Muehlhaeuser
parent 216594d4ab
commit 30638e41bd

View File

@@ -170,6 +170,6 @@ TLog::TLog( unsigned int debugLevel )
TLog::~TLog()
{
log( m_msg.toAscii().data(), m_debugLevel );
log( m_msg.toLocal8Bit().data(), m_debugLevel );
}