[GRASS-SVN] r63645 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Dec 20 06:23:10 PST 2014
Author: mmetz
Date: 2014-12-20 06:23:10 -0800 (Sat, 20 Dec 2014)
New Revision: 63645
Modified:
grass/trunk/lib/vector/Vlib/snap.c
Log:
Vlib: fix debug level
Modified: grass/trunk/lib/vector/Vlib/snap.c
===================================================================
--- grass/trunk/lib/vector/Vlib/snap.c 2014-12-20 14:10:32 UTC (rev 63644)
+++ grass/trunk/lib/vector/Vlib/snap.c 2014-12-20 14:23:10 UTC (rev 63645)
@@ -259,9 +259,9 @@
}
G_percent(line_idx, List_lines->n_values, 2); /* finish it */
- G_debug(0, "KD Tree depth: %d", (int)KDTree->root->depth);
+ G_debug(1, "KD Tree depth: %d", (int)KDTree->root->depth);
kdtree_optimize(KDTree, 2);
- G_debug(0, "KD Tree depth: %d", (int)KDTree->root->depth);
+ G_debug(1, "KD Tree depth: %d", (int)KDTree->root->depth);
npoints = point - 1;
More information about the grass-commit
mailing list