aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlpluginimporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlpluginimporter.cpp')
-rw-r--r--src/qml/qml/qqmlpluginimporter.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlpluginimporter.cpp b/src/qml/qml/qqmlpluginimporter.cpp
index 7723630e1d..8ef64436d4 100644
--- a/src/qml/qml/qqmlpluginimporter.cpp
+++ b/src/qml/qml/qqmlpluginimporter.cpp
@@ -487,8 +487,9 @@ QString QQmlPluginImporter::resolvePlugin(const QString &qmldirPluginPath, const
#endif
}
- qCDebug(lcQmlImport) << "resolvePlugin" << "Could not resolve plugin"
- << baseName << "in" << qmldirPath;
+ qCDebug(lcQmlImport) << "resolvePlugin" << "Could not resolve dynamic plugin with base name"
+ << baseName << "in" << qmldirPath
+ << " file does not exist";
return QString();
}