[GRASS-SVN] r71601 - grass/trunk/lib/btree2

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Oct 28 01:11:26 PDT 2017


Author: mmetz
Date: 2017-10-28 01:11:26 -0700 (Sat, 28 Oct 2017)
New Revision: 71601

Modified:
   grass/trunk/lib/btree2/kdtree.c
Log:
btree2 lib: change debug level

Modified: grass/trunk/lib/btree2/kdtree.c
===================================================================
--- grass/trunk/lib/btree2/kdtree.c	2017-10-27 20:49:08 UTC (rev 71600)
+++ grass/trunk/lib/btree2/kdtree.c	2017-10-28 08:11:26 UTC (rev 71601)
@@ -492,7 +492,7 @@
 	}
     }
 
-    G_debug(0, "k-d tree optimization: %d times balanced, new depth %d",
+    G_debug(1, "k-d tree optimization: %d times balanced, new depth %d",
             nbal, t->root->depth);
 
     return;



More information about the grass-commit mailing list