[GRASS-SVN] r44861 - grass/trunk/lib/vector/Vlib

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 4 05:17:40 EST 2011


Author: mmetz
Date: 2011-01-04 02:17:40 -0800 (Tue, 04 Jan 2011)
New Revision: 44861

Modified:
   grass/trunk/lib/vector/Vlib/open.c
Log:
fix debug level

Modified: grass/trunk/lib/vector/Vlib/open.c
===================================================================
--- grass/trunk/lib/vector/Vlib/open.c	2011-01-04 10:16:42 UTC (rev 44860)
+++ grass/trunk/lib/vector/Vlib/open.c	2011-01-04 10:17:40 UTC (rev 44861)
@@ -1095,7 +1095,7 @@
 	    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) {



More information about the grass-commit mailing list