1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Mention scanned file in verbose log

This commit is contained in:
Uwe L. Korn 2014-07-18 06:27:10 +01:00
parent 2a5b90b60a
commit 6627591d6c

View File

@ -362,6 +362,8 @@ MusicScanner::scanFile( const QFileInfo& fi )
QVariant
MusicScanner::readFile( const QFileInfo& fi )
{
tLog( LOGVERBOSE ) << Q_FUNC_INFO << "Parsing tags for file:" << fi.absoluteFilePath();
const QString suffix = fi.suffix().toLower();
if ( !m_ext2mime.contains( suffix ) )