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
|
void
|
||||||
InfoSystemWorker::loadInfoPlugins( const QStringList& pluginPaths )
|
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() )
|
if ( pluginPaths.isEmpty() )
|
||||||
return;
|
return;
|
||||||
@@ -219,7 +219,7 @@ InfoSystemWorker::loadInfoPlugins( const QStringList& pluginPaths )
|
|||||||
addInfoPlugin( InfoPluginPtr( infoPlugin ) );
|
addInfoPlugin( InfoPluginPtr( infoPlugin ) );
|
||||||
}
|
}
|
||||||
else
|
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