[GRASS-SVN] r42902 - grass/branches/develbranch_6/raster/r.out.gdal

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


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

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

Modified: grass/branches/develbranch_6/raster/r.out.gdal/export_band.c
===================================================================
--- grass/branches/develbranch_6/raster/r.out.gdal/export_band.c	2010-07-26 19:00:02 UTC (rev 42901)
+++ grass/branches/develbranch_6/raster/r.out.gdal/export_band.c	2010-07-26 19:00:46 UTC (rev 42902)
@@ -214,10 +214,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