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:
committed by
Christian Muehlhaeuser
parent
216594d4ab
commit
30638e41bd
@@ -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 );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user