Browse Source

i.ortho.elev: added output message

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@72073 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 7 years ago
parent
commit
e2a51547ea
1 changed files with 2 additions and 0 deletions
  1. 2 0
      imagery/i.ortho.photo/i.ortho.elev/main.c

+ 2 - 0
imagery/i.ortho.photo/i.ortho.elev/main.c

@@ -208,6 +208,8 @@ int main(int argc, char *argv[])
 	/* select current location */
 	/* select current location */
 	select_current_env();
 	select_current_env();
 
 
+        G_message(_("Group [%s] in location [%s] mapset [%s] now uses elevation map [%s]"),
+	          group, location, mapset, elev_opt->answer);
     }else{
     }else{
 	G_fatal_error(_("Mapset [%s] in target location [%s] - %s "),
 	G_fatal_error(_("Mapset [%s] in target location [%s] - %s "),
                   mapset, location,
                   mapset, location,