We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 1c64fd8 commit 87f58d6Copy full SHA for 87f58d6
src/core/qgsproviderregistry.cpp
@@ -209,7 +209,8 @@ QgsProviderRegistry::QgsProviderRegistry( QString pluginPath )
209
}
210
else
211
{
212
- myMessage += "...invalid (lib not loadable)";
+ myMessage += "...invalid (lib not loadable): ";
213
+ myMessage += myLib->errorString ();
214
215
216
QgsDebugMsg( myMessage );
0 commit comments