mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 20:00:13 +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:
@@ -451,8 +451,7 @@ MusicScanner::readFile( const QFileInfo& fi )
|
|||||||
if ( m_scanned )
|
if ( m_scanned )
|
||||||
if ( m_scanned % 3 == 0 && m_showProgress )
|
if ( m_scanned % 3 == 0 && m_showProgress )
|
||||||
SourceList::instance()->getLocal()->scanningProgress( m_scanned );
|
SourceList::instance()->getLocal()->scanningProgress( m_scanned );
|
||||||
if ( m_scanned % 100 == 0 )
|
tDebug( LOGINFO ) << "Scanning file:" << m_scanned << fi.canonicalFilePath();
|
||||||
tDebug( LOGINFO ) << "Scan progress:" << m_scanned << fi.canonicalFilePath();
|
|
||||||
|
|
||||||
if ( m.toMap().isEmpty() )
|
if ( m.toMap().isEmpty() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user