Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix r12665
git-svn-id: http://svn.osgeo.org/qgis/trunk@12666 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 2, 2010
1 parent ed4e5e4 commit 4f94862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorfilewriter.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 4f94862

Please sign in to comment.