Skip to content

Commit

Permalink
add load library error
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12785 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Jan 16, 2010
1 parent 5fa7c22 commit 5ab79f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/qgsproviderregistry.cpp
Expand Up @@ -209,7 +209,8 @@ QgsProviderRegistry::QgsProviderRegistry( QString pluginPath )
}
else
{
myMessage += "...invalid (lib not loadable)";
myMessage += "...invalid (lib not loadable): ";
myMessage += myLib->errorString ();
}

QgsDebugMsg( myMessage );
Expand Down

0 comments on commit 5ab79f8

Please sign in to comment.