[GRASS-SVN] r36593 - grass/trunk/imagery/i.modis.qc

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 5 13:45:32 EDT 2009


Author: ychemin
Date: 2009-04-05 13:45:31 -0400 (Sun, 05 Apr 2009)
New Revision: 36593

Modified:
   grass/trunk/imagery/i.modis.qc/main.c
Log:
standardized message

Modified: grass/trunk/imagery/i.modis.qc/main.c
===================================================================
--- grass/trunk/imagery/i.modis.qc/main.c	2009-04-05 16:14:47 UTC (rev 36592)
+++ grass/trunk/imagery/i.modis.qc/main.c	2009-04-05 17:45:31 UTC (rev 36593)
@@ -196,10 +196,10 @@
 	G_fatal_error(_("This flag is only available for MOD09A1s @ 500m products"));
 
     if ((infd = G_open_cell_old(qcchan, "")) < 0)
-	G_fatal_error(_("Cannot open cell file [%s]"), qcchan);
+	G_fatal_error(_("Unable to open raster map %s"), qcchan);
 
     if (G_get_cellhd(qcchan, "", &cellhd) < 0)
-	G_fatal_error(_("Cannot read file header of [%s]"), qcchan);
+	G_fatal_error(_("Unable to open raster map %s header"), qcchan);
 
     inrast = G_allocate_c_raster_buf();
 



More information about the grass-commit mailing list