[GRASS-SVN] r54521 - grass/trunk/lib/rst/interp_float
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 3 14:47:55 PST 2013
Author: martinl
Date: 2013-01-03 14:47:55 -0800 (Thu, 03 Jan 2013)
New Revision: 54521
Modified:
grass/trunk/lib/rst/interp_float/vinput2d.c
Log:
librst: be less verbose (cosmetics)
Modified: grass/trunk/lib/rst/interp_float/vinput2d.c
===================================================================
--- grass/trunk/lib/rst/interp_float/vinput2d.c 2013-01-03 19:37:37 UTC (rev 54520)
+++ grass/trunk/lib/rst/interp_float/vinput2d.c 2013-01-03 22:47:55 UTC (rev 54521)
@@ -273,10 +273,10 @@
"segmentation is necessary, to run the program faster set "
"segmax=%d (see manual)"), params->KMAX2, params->KMAX2);
- G_message(_("Number of points from vector map %d"), k);
+ G_verbose_message(_("Number of points from vector map %d"), k);
G_verbose_message(_("Number of points outside of 2D/3D region %d"),
OUTRANGE);
- G_message(_("Number of points being used %d"), npoint);
+ G_verbose_message(_("Number of points being used %d"), npoint);
*n_points = npoint;
return (totsegm);
More information about the grass-commit
mailing list