[GRASS-SVN] r55261 - grass/branches/develbranch_6/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Feb 28 09:17:09 PST 2013


Author: neteler
Date: 2013-02-28 09:17:08 -0800 (Thu, 28 Feb 2013)
New Revision: 55261

Modified:
   grass/branches/develbranch_6/lib/gis/gisinit.c
Log:
more detailed error message (backport from trunk)

Modified: grass/branches/develbranch_6/lib/gis/gisinit.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/gisinit.c	2013-02-28 16:59:09 UTC (rev 55260)
+++ grass/branches/develbranch_6/lib/gis/gisinit.c	2013-02-28 17:17:08 UTC (rev 55261)
@@ -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