mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
Write data provider errors to console
This commit is contained in:
parent
ebc9e029f0
commit
cd06376c5b
@ -544,6 +544,7 @@ QStringList QgsVectorDataProvider::errors()
|
||||
|
||||
void QgsVectorDataProvider::pushError( const QString& msg )
|
||||
{
|
||||
QgsDebugMsg( msg );
|
||||
mErrors << msg;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user