mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
fix r12665
git-svn-id: http://svn.osgeo.org/qgis/trunk@12666 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
ed4e5e4c32
commit
4f948624c5
@ -433,7 +433,7 @@ QgsVectorFileWriter::writeAsShapefile( QgsVectorLayer* layer,
|
||||
|
||||
QString msg( "Failed to transform a point while drawing a feature of type '"
|
||||
+ fet.typeName() + "'. Writing stopped." );
|
||||
msg += cse.what();
|
||||
msg += e.what();
|
||||
QgsLogger::warning( msg );
|
||||
|
||||
return ErrProjection;
|
||||
|
Loading…
x
Reference in New Issue
Block a user