[GRASS-SVN] r44223 - grass-addons/imagery/i.landsat.toar
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Nov 7 16:28:41 EST 2010
Author: martinl
Date: 2010-11-07 13:28:41 -0800 (Sun, 07 Nov 2010)
New Revision: 44223
Modified:
grass-addons/imagery/i.landsat.toar/main.c
Log:
i.landsat.toar: verbosity cosmetics
Modified: grass-addons/imagery/i.landsat.toar/main.c
===================================================================
--- grass-addons/imagery/i.landsat.toar/main.c 2010-11-07 21:23:43 UTC (rev 44222)
+++ grass-addons/imagery/i.landsat.toar/main.c 2010-11-07 21:28:41 UTC (rev 44223)
@@ -501,7 +501,7 @@
nrows = G_window_rows();
ncols = G_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