mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-19 12:21:52 +02:00
Log each file we scan.
This commit is contained in:
@@ -370,7 +370,7 @@ MusicScanner::scanFile( const QFileInfo& fi )
|
|||||||
m_filemtimes.remove( "file://" + fi.canonicalFilePath() );
|
m_filemtimes.remove( "file://" + fi.canonicalFilePath() );
|
||||||
}
|
}
|
||||||
|
|
||||||
//tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Scanning file:" << fi.canonicalFilePath();
|
tDebug( LOGVERBOSE ) << Q_FUNC_INFO << "Scanning file:" << fi.canonicalFilePath();
|
||||||
QVariant m = readFile( fi );
|
QVariant m = readFile( fi );
|
||||||
if ( m.toMap().isEmpty() )
|
if ( m.toMap().isEmpty() )
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user