소스 검색

fwd-port of improved error msg

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53678 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 12 년 전
부모
커밋
016a2f333b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/gis/gisinit.c

+ 1 - 1
lib/gis/gisinit.c

@@ -61,7 +61,7 @@ void G__gisinit(const char *version, const char *pgm)
 	G_fatal_error(_("MAPSET %s - permission denied"), mapset);
 	break;
     default:
-	G_fatal_error(_("MAPSET %s not found"), mapset);
+	G_fatal_error(_("MAPSET %s not found at %s"), mapset, G_location_path());
 	break;
     }