Skip to content

Commit

Permalink
Write data provider errors to console
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 30, 2015
1 parent ebc9e02 commit cd06376
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsvectordataprovider.cpp
Expand Up @@ -544,6 +544,7 @@ QStringList QgsVectorDataProvider::errors()

void QgsVectorDataProvider::pushError( const QString& msg )
{
QgsDebugMsg( msg );
mErrors << msg;
}

Expand Down

0 comments on commit cd06376

Please sign in to comment.