[GRASS-SVN] r72073 - grass/trunk/imagery/i.ortho.photo/i.ortho.elev

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 12 03:07:04 PST 2018


Author: lucadelu
Date: 2018-01-12 03:07:04 -0800 (Fri, 12 Jan 2018)
New Revision: 72073

Modified:
   grass/trunk/imagery/i.ortho.photo/i.ortho.elev/main.c
Log:
i.ortho.elev: added output message

Modified: grass/trunk/imagery/i.ortho.photo/i.ortho.elev/main.c
===================================================================
--- grass/trunk/imagery/i.ortho.photo/i.ortho.elev/main.c	2018-01-12 10:45:02 UTC (rev 72072)
+++ grass/trunk/imagery/i.ortho.photo/i.ortho.elev/main.c	2018-01-12 11:07:04 UTC (rev 72073)
@@ -208,6 +208,8 @@
 	/* select current location */
 	select_current_env();
 
+        G_message(_("Group [%s] in location [%s] mapset [%s] now uses elevation map [%s]"),
+	          group, location, mapset, elev_opt->answer);
     }else{
 	G_fatal_error(_("Mapset [%s] in target location [%s] - %s "),
                   mapset, location,



More information about the grass-commit mailing list