[GRASS-CVS] carlos: grass6/raster/r.statistics main.c,2.8,2.9

grass at intevation.de grass at intevation.de
Wed Nov 28 13:25:58 EST 2007


Author: carlos

Update of /grassrepository/grass6/raster/r.statistics
In directory doto:/tmp/cvs-serv1162/r.statistics

Modified Files:
	main.c 
Log Message:
Message standardization


Index: main.c
===================================================================
RCS file: /grassrepository/grass6/raster/r.statistics/main.c,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -d -r2.8 -r2.9
--- main.c	31 May 2007 10:16:38 -0000	2.8
+++ main.c	28 Nov 2007 18:25:56 -0000	2.9
@@ -85,8 +85,8 @@
 
     if (G_read_cats (covermap->answer, mapset, &cats) < 0)
     {
-       G_fatal_error (_("Cannot read category file of raster map <%s>"),
-		      covermap->answer);
+       G_fatal_error (_("Unable to read category file of raster map <%s@%s>"),
+		      covermap->answer, mapset);
     }
     
     for (o_method = 0; menu[o_method].name; o_method++)




More information about the grass-commit mailing list