Pārlūkot izejas kodu

librst: be less verbose (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54521 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 gadi atpakaļ
vecāks
revīzija
f6aecb55d8
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      lib/rst/interp_float/vinput2d.c

+ 2 - 2
lib/rst/interp_float/vinput2d.c

@@ -273,10 +273,10 @@ int IL_vector_input_data_2d(struct interp_params *params, struct Map_info *Map,
 		    "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);