소스 검색

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 년 전
부모
커밋
e2a51547ea
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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_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,