[GRASS-SVN] r47906 - grass/trunk/display/d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Aug 27 10:20:38 EDT 2011
Author: martinl
Date: 2011-08-27 07:20:38 -0700 (Sat, 27 Aug 2011)
New Revision: 47906
Modified:
grass/trunk/display/d.vect/lines.c
Log:
d.vect: fix debug message
Modified: grass/trunk/display/d.vect/lines.c
===================================================================
--- grass/trunk/display/d.vect/lines.c 2011-08-27 14:18:12 UTC (rev 47905)
+++ grass/trunk/display/d.vect/lines.c 2011-08-27 14:20:38 UTC (rev 47906)
@@ -165,7 +165,7 @@
list = Vect_new_boxlist(FALSE); /* bboxes not needed */
Vect_get_map_box(Map, &box);
nlines = Vect_select_lines_by_box(Map, &box, GV_CENTROID, list);
- G_debug(0, "%d", nlines);
+ G_debug(3, "ncentroids (ogr) = %d", nlines);
for (line = 0; line < nlines; line++) {
ltype = Vect_read_line(Map, Points, Cats, list->id[line]);
More information about the grass-commit
mailing list