瀏覽代碼

v.in.ogr: fix debug level

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54195 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 年之前
父節點
當前提交
4738e87aad
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vector/v.in.ogr/main.c

+ 1 - 1
vector/v.in.ogr/main.c

@@ -750,7 +750,7 @@ int main(int argc, char *argv[])
 
     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;