[GRASS-SVN] r42903 - grass/trunk/raster/r.out.gdal
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 26 15:00:57 EDT 2010
Author: neteler
Date: 2010-07-26 19:00:57 +0000 (Mon, 26 Jul 2010)
New Revision: 42903
Modified:
grass/trunk/raster/r.out.gdal/export_band.c
Log:
msg cosmetics (also for GRASS-R interface)
Modified: grass/trunk/raster/r.out.gdal/export_band.c
===================================================================
--- grass/trunk/raster/r.out.gdal/export_band.c 2010-07-26 19:00:46 UTC (rev 42902)
+++ grass/trunk/raster/r.out.gdal/export_band.c 2010-07-26 19:00:57 UTC (rev 42903)
@@ -198,10 +198,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