1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Report every scanned file.

Although this will make the logfile larger it will give us much better
hints which file we are failing on in th e case of crashes.
This commit is contained in:
Uwe L. Korn
2014-09-21 12:49:12 +01:00
parent 6e22032aa5
commit d84ce6b75e

View File

@@ -451,8 +451,7 @@ MusicScanner::readFile( const QFileInfo& fi )
if ( m_scanned )
if ( m_scanned % 3 == 0 && m_showProgress )
SourceList::instance()->getLocal()->scanningProgress( m_scanned );
if ( m_scanned % 100 == 0 )
tDebug( LOGINFO ) << "Scan progress:" << m_scanned << fi.canonicalFilePath();
tDebug( LOGINFO ) << "Scanning file:" << m_scanned << fi.canonicalFilePath();
if ( m.toMap().isEmpty() )
{