Ver código fonte

btree2 lib: change debug level

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71601 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 7 anos atrás
pai
commit
6a963a8710
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lib/btree2/kdtree.c

+ 1 - 1
lib/btree2/kdtree.c

@@ -492,7 +492,7 @@ void kdtree_optimize(struct kdtree *t, int level)
 	}
     }
 
-    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;