[GRASS-SVN] r55262 - grass/branches/releasebranch_6_4/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Feb 28 09:17:21 PST 2013
Author: neteler
Date: 2013-02-28 09:17:20 -0800 (Thu, 28 Feb 2013)
New Revision: 55262
Modified:
grass/branches/releasebranch_6_4/lib/gis/gisinit.c
Log:
more detailed error message (backport from trunk)
Modified: grass/branches/releasebranch_6_4/lib/gis/gisinit.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gis/gisinit.c 2013-02-28 17:17:08 UTC (rev 55261)
+++ grass/branches/releasebranch_6_4/lib/gis/gisinit.c 2013-02-28 17:17:20 UTC (rev 55262)
@@ -63,7 +63,7 @@
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;
}
More information about the grass-commit
mailing list