[GRASS-SVN] r54195 - grass/trunk/vector/v.in.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Dec 5 02:18:07 PST 2012
Author: mmetz
Date: 2012-12-05 02:18:06 -0800 (Wed, 05 Dec 2012)
New Revision: 54195
Modified:
grass/trunk/vector/v.in.ogr/main.c
Log:
v.in.ogr: fix debug level
Modified: grass/trunk/vector/v.in.ogr/main.c
===================================================================
--- grass/trunk/vector/v.in.ogr/main.c 2012-12-05 08:11:23 UTC (rev 54194)
+++ grass/trunk/vector/v.in.ogr/main.c 2012-12-05 10:18:06 UTC (rev 54195)
@@ -750,7 +750,7 @@
use_tmp_vect = n_polygon_boundaries > 0;
- G_debug(0, "3D ? %d", input3d);
+ G_debug(1, "Input is 3D ? %s", (input3d == 0 ? "yes" : "no"));
with_z = input3d;
if (with_z)
with_z = !flag.force2d->answer;
More information about the grass-commit
mailing list