summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/corelib/plugin/qfactoryloader.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/corelib/plugin/qfactoryloader.cpp b/src/corelib/plugin/qfactoryloader.cpp
index 2d31e1da7e..566ece77c9 100644
--- a/src/corelib/plugin/qfactoryloader.cpp
+++ b/src/corelib/plugin/qfactoryloader.cpp
@@ -142,7 +142,8 @@ void QFactoryLoader::update()
}
QStringList keys;
if (library->compatPlugin) {
- qWarning() << "Compat plugin, need to load for accessing meta data";
+ qWarning("Qt plugin loader: Compatibility plugin '%s', need to load for accessing meta data.",
+ qPrintable(QDir::toNativeSeparators(fileName)));
if (!library->loadPlugin()) {
if (qt_debug_component()) {
qDebug() << library->errorString;