[GRASS-SVN] r52127 - grass/branches/develbranch_6/scripts/i.oif

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jun 18 18:23:40 PDT 2012


Author: hamish
Date: 2012-06-18 18:23:40 -0700 (Mon, 18 Jun 2012)
New Revision: 52127

Modified:
   grass/branches/develbranch_6/scripts/i.oif/i.oif
Log:
hide debug msg

Modified: grass/branches/develbranch_6/scripts/i.oif/i.oif
===================================================================
--- grass/branches/develbranch_6/scripts/i.oif/i.oif	2012-06-18 23:26:30 UTC (rev 52126)
+++ grass/branches/develbranch_6/scripts/i.oif/i.oif	2012-06-19 01:23:40 UTC (rev 52127)
@@ -138,7 +138,7 @@
    for n in 1 2 3 4 5 7 ; do
       MODULUS=`echo "$n $WORKERS" | awk '{print $1 % $2}'`
       MAP=`eval "echo \\$GIS_OPT_IMAGE$n"`
-      g.message -i "band $n, <$MAP>  % $MODULUS"
+      g.message -d "band $n, <$MAP>  % $MODULUS"
       if [ "$MODULUS" -eq 0  -o "$n" -eq 7 ] ; then
 	 r.univar -g "$MAP" | grep '^stddev=' | cut -f2 -d= > "$temp_stddev.b$n"
 	 wait



More information about the grass-commit mailing list