[GRASS-SVN] r42901 - grass/branches/releasebranch_6_4/raster/r.out.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 26 15:00:02 EDT 2010


Author: neteler
Date: 2010-07-26 19:00:02 +0000 (Mon, 26 Jul 2010)
New Revision: 42901

Modified:
   grass/branches/releasebranch_6_4/raster/r.out.gdal/export_band.c
Log:
msg cosmetics (also for GRASS-R interface)

Modified: grass/branches/releasebranch_6_4/raster/r.out.gdal/export_band.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.out.gdal/export_band.c	2010-07-26 15:42:14 UTC (rev 42900)
+++ grass/branches/releasebranch_6_4/raster/r.out.gdal/export_band.c	2010-07-26 19:00:02 UTC (rev 42901)
@@ -212,10 +212,10 @@
 	}
 	/* user-specified nodataval didn't work */
 	else {
-	    G_warning(_("The given nodata value is present in raster"
+	    G_warning(_("The user given nodata value %g is present in raster"
 			"band <%s> and would lead to data loss. Please specify a "
 			"different nodata value with the %s parameter."),
-		      name, nodatakey);
+		      nodataval, name, nodatakey);
 	}
 	ret = -1;
     }



More information about the grass-commit mailing list