Skip to content

Commit 87f58d6

Browse files
author
rblazek
committed
add load library error
git-svn-id: http://svn.osgeo.org/qgis/trunk@12785 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1c64fd8 commit 87f58d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/core/qgsproviderregistry.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ QgsProviderRegistry::QgsProviderRegistry( QString pluginPath )
209209
}
210210
else
211211
{
212-
myMessage += "...invalid (lib not loadable)";
212+
myMessage += "...invalid (lib not loadable): ";
213+
myMessage += myLib->errorString ();
213214
}
214215

215216
QgsDebugMsg( myMessage );

0 commit comments

Comments
 (0)