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