mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-11 00:06:09 -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
|
else
|
||||||
{
|
{
|
||||||
//using stderr on purpose because we want end users to see this [TS]
|
//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() )
|
if ( mPythonUtils && mPythonUtils->isEnabled() )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user