1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 11:50:37 +02:00

Remove last output when a second instance is started

This commit is contained in:
Dominik Schmidt
2012-11-25 20:20:47 +01:00
parent cf7a01ca08
commit 36a6a426a4

View File

@@ -365,7 +365,7 @@ TomahawkApp::init()
TomahawkApp::~TomahawkApp()
{
tLog() << "Shutting down Tomahawk...";
tDebug( LOGVERBOSE ) << "Shutting down Tomahawk...";
if ( !m_session.isNull() )
delete m_session.data();
@@ -403,7 +403,7 @@ TomahawkApp::~TomahawkApp()
delete TomahawkUtils::Cache::instance();
tLog() << "Finished shutdown.";
tDebug( LOGVERBOSE ) << "Finished shutdown.";
}