Skip to content

Commit ca28f13

Browse files
author
wonder
committedJan 31, 2009
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
1 parent 6774e39 commit ca28f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4195,7 +4195,7 @@ void QgisApp::loadPythonSupport()
41954195
else
41964196
{
41974197
//using stderr on purpose because we want end users to see this [TS]
4198-
QgsDebugMsg( "Couldn't load Python support library." );
4198+
QgsDebugMsg( "Couldn't load Python support library: " + pythonlib.errorString() );
41994199
}
42004200

42014201
if ( mPythonUtils && mPythonUtils->isEnabled() )

0 commit comments

Comments
 (0)
Please sign in to comment.