mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-09 00:17:27 -05:00
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:
parent
6774e3974f
commit
ca28f13da1
@ -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() )
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user