[GRASS-SVN] r62619 - in grass/branches/releasebranch_7_0: . raster/r.patch
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 5 10:36:16 PST 2014
Author: martinl
Date: 2014-11-05 10:36:16 -0800 (Wed, 05 Nov 2014)
New Revision: 62619
Modified:
grass/branches/releasebranch_7_0/
grass/branches/releasebranch_7_0/raster/r.patch/main.c
Log:
r.patch: message cosmetics
(merge r62618 from trunk)
Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
- /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62597,62603,62606,62609,62614
+ /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62597,62603,62606,62609,62614,62618
Modified: grass/branches/releasebranch_7_0/raster/r.patch/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.patch/main.c 2014-11-05 18:34:00 UTC (rev 62618)
+++ grass/branches/releasebranch_7_0/raster/r.patch/main.c 2014-11-05 18:36:16 UTC (rev 62619)
@@ -157,7 +157,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