Skip to content

Commit

Permalink
When loading libqgispython failed, output to logger the reason from Q…
Browse files Browse the repository at this point in the history
…Library.

git-svn-id: http://svn.osgeo.org/qgis/trunk@10076 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jan 31, 2009
1 parent 6774e39 commit ca28f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -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() )
Expand Down

0 comments on commit ca28f13

Please sign in to comment.