mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 11:20:22 +02:00
A bit of debugging for rotzbouw
This commit is contained in:
@@ -48,7 +48,7 @@ DatabaseCommand_DeleteFiles::postCommitHook()
|
||||
connect( this, SIGNAL( notify( QStringList ) ),
|
||||
coll, SLOT( delTracks( QStringList ) ), Qt::QueuedConnection );
|
||||
|
||||
tDebug() << "Notifying of deleted tracks:" << m_files.size();
|
||||
tDebug() << "Notifying of deleted tracks: " << m_files.size() << " from source " << source()->id();
|
||||
emit notify( m_files );
|
||||
|
||||
if( source()->isLocal() )
|
||||
|
Reference in New Issue
Block a user