[GRASS-SVN] r44224 - grass/trunk/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 7 16:30:07 EST 2010
Author: martinl
Date: 2010-11-07 13:30:07 -0800 (Sun, 07 Nov 2010)
New Revision: 44224
Modified:
grass/trunk/imagery/i.landsat.toar/main.c
Log:
i.landsat.toar: verbosity cosmetics
Modified: grass/trunk/imagery/i.landsat.toar/main.c
===================================================================
--- grass/trunk/imagery/i.landsat.toar/main.c 2010-11-07 21:28:41 UTC (rev 44223)
+++ grass/trunk/imagery/i.landsat.toar/main.c 2010-11-07 21:30:07 UTC (rev 44224)
@@ -492,7 +492,7 @@
nrows = Rast_window_rows();
ncols = Rast_window_cols();
/* ================================================================= */
- G_message(_("Writing %s of <%s> to <%s>..."),
+ G_important_message(_("Writing %s of <%s> to <%s>..."),
(frad->answer ? _("radiance")
: (lsat.band[i].
thermal) ? _("temperature") : _("reflectance")),
More information about the grass-commit
mailing list