[GRASS-SVN] r47026 - grass/trunk/lib/vector/Vlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Jul 6 11:05:54 EDT 2011
Author: martinl
Date: 2011-07-06 08:05:54 -0700 (Wed, 06 Jul 2011)
New Revision: 47026
Modified:
grass/trunk/lib/vector/Vlib/break_polygons.c
Log:
vlib: don't use verbose messages for G_percent()
Modified: grass/trunk/lib/vector/Vlib/break_polygons.c
===================================================================
--- grass/trunk/lib/vector/Vlib/break_polygons.c 2011-07-06 13:17:45 UTC (rev 47025)
+++ grass/trunk/lib/vector/Vlib/break_polygons.c 2011-07-06 15:05:54 UTC (rev 47026)
@@ -430,7 +430,7 @@
nallpoints = 0;
XPnt_search.used = 0;
- G_verbose_message(_("Break polygons Pass 1: select break points"));
+ G_message(_("Breaking polygons (pass 1: select break points)..."));
for (i = 1; i <= nlines; i++) {
G_percent(i, nlines, 1);
@@ -547,7 +547,7 @@
/* Second loop through lines (existing when loop is started, no need to process lines written again)
* and break at points marked for break */
- G_verbose_message(_("Break polygons Pass 2: break at selected points"));
+ G_message(_("Breaking polygons (pass 2: break at selected points)..."));
for (i = 1; i <= nlines; i++) {
int n_orig_points;
More information about the grass-commit
mailing list