[GRASS-SVN] r62618 - grass/trunk/raster/r.patch
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 5 10:34:01 PST 2014
Author: martinl
Date: 2014-11-05 10:34:00 -0800 (Wed, 05 Nov 2014)
New Revision: 62618
Modified:
grass/trunk/raster/r.patch/main.c
Log:
r.patch: message cosmetics
Modified: grass/trunk/raster/r.patch/main.c
===================================================================
--- grass/trunk/raster/r.patch/main.c 2014-11-05 16:00:58 UTC (rev 62617)
+++ grass/trunk/raster/r.patch/main.c 2014-11-05 18:34:00 UTC (rev 62618)
@@ -160,7 +160,7 @@
* build the new cats and colors. do this before closing the new
* file, in case the new file is one of the patching files as well.
*/
- G_message(_("Creating support files for raster map <%s>"), new_name);
+ G_verbose_message(_("Creating support files for raster map <%s>..."), new_name);
support(names, statf, nfiles, &cats, &cats_ok, &colr, &colr_ok, out_type);
/* now close (and create) the result */
More information about the grass-commit
mailing list