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:
@@ -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.";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user