aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/general.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/general.cpp')
-rw-r--r--src/qmmpui/general.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/general.cpp b/src/qmmpui/general.cpp
index f62339a19..c78df7b0e 100644
--- a/src/qmmpui/general.cpp
+++ b/src/qmmpui/general.cpp
@@ -43,7 +43,7 @@ void General::checkFactories()
QPluginLoader loader(pluginsDir.absoluteFilePath(fileName));
QObject *plugin = loader.instance();
if (loader.isLoaded())
- qDebug("General: plugin loaded - %s", qPrintable(fileName));
+ qDebug("General: loaded plugin %s", qPrintable(fileName));
else
qWarning("General: %s", qPrintable(loader.errorString ()));