浏览代码

fix debug level

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@44861 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 14 年之前
父节点
当前提交
9052abb562
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/vector/Vlib/open.c

+ 1 - 1
lib/vector/Vlib/open.c

@@ -1095,7 +1095,7 @@ int Vect_open_sidx(struct Map_info *Map, int mode)
 	    Map->plus.Spidx_file = 1;
 	    dig_spidx_init(Plus);
 	}
-	G_debug(0, "%s based spatial index",
+	G_debug(1, "%s based spatial index",
 	           Map->plus.Spidx_file == 0 ? "Memory" : "File");
 
 	if (mode == 1) {