diff --git a/src/libtomahawk/database/databasecommand_deletefiles.cpp b/src/libtomahawk/database/databasecommand_deletefiles.cpp index 22eefe0dd..a9e3b4406 100644 --- a/src/libtomahawk/database/databasecommand_deletefiles.cpp +++ b/src/libtomahawk/database/databasecommand_deletefiles.cpp @@ -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() )