When loading libqgispython failed, output to logger the reason from QLibrary.

git-svn-id: http://svn.osgeo.org/qgis/trunk@10076 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
wonder 2009-01-31 20:22:04 +00:00
parent 6774e3974f
commit ca28f13da1

View File

@ -4195,7 +4195,7 @@ void QgisApp::loadPythonSupport()
else
{
//using stderr on purpose because we want end users to see this [TS]
QgsDebugMsg( "Couldn't load Python support library." );
QgsDebugMsg( "Couldn't load Python support library: " + pythonlib.errorString() );
}
if ( mPythonUtils && mPythonUtils->isEnabled() )