瀏覽代碼

r.patch: message cosmetics

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62618 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 年之前
父節點
當前提交
2ad0e7493d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      raster/r.patch/main.c

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

@@ -160,7 +160,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 */