[GRASS-SVN] r53678 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 4 06:54:27 PST 2012


Author: neteler
Date: 2012-11-04 06:54:27 -0800 (Sun, 04 Nov 2012)
New Revision: 53678

Modified:
   grass/trunk/lib/gis/gisinit.c
Log:
fwd-port of improved error msg

Modified: grass/trunk/lib/gis/gisinit.c
===================================================================
--- grass/trunk/lib/gis/gisinit.c	2012-11-03 16:53:06 UTC (rev 53677)
+++ grass/trunk/lib/gis/gisinit.c	2012-11-04 14:54:27 UTC (rev 53678)
@@ -61,7 +61,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