Переглянути джерело

r.patch: message cosmetics
(merge https://trac.osgeo.org/grass/changeset/62618 from trunk)


git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@62619 15284696-431f-4ddb-bdfa-cd5b030d7da7

Martin Landa 10 роки тому
батько
коміт
5445ac80d3
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      raster/r.patch/main.c

+ 1 - 1
raster/r.patch/main.c

@@ -157,7 +157,7 @@ int main(int argc, char *argv[])
      * 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 */