mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Cleaned up InfoSystemWorker debug output.
This commit is contained in:
@@ -192,7 +192,7 @@ InfoSystemWorker::findInfoPlugins()
|
||||
void
|
||||
InfoSystemWorker::loadInfoPlugins( const QStringList& pluginPaths )
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO << "Attempting to load the following plugin paths: " << pluginPaths;
|
||||
tDebug() << Q_FUNC_INFO << "Attempting to load the following plugin paths:" << pluginPaths;
|
||||
|
||||
if ( pluginPaths.isEmpty() )
|
||||
return;
|
||||
@@ -219,7 +219,7 @@ InfoSystemWorker::loadInfoPlugins( const QStringList& pluginPaths )
|
||||
addInfoPlugin( InfoPluginPtr( infoPlugin ) );
|
||||
}
|
||||
else
|
||||
tDebug() << Q_FUNC_INFO << "Loaded invalid plugin: " << loader.fileName();
|
||||
tDebug() << Q_FUNC_INFO << "Loaded invalid plugin:" << loader.fileName();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user