1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 07:49:42 +01:00

A bit of debugging for rotzbouw

This commit is contained in:
Jeff Mitchell 2011-10-16 14:56:21 -04:00
parent a2281dcf58
commit 3b46f3fe32

View File

@ -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() )