[GRASS-SVN] r37204 - grass/branches/develbranch_6/scripts/r.in.wms

svn_grass at osgeo.org svn_grass at osgeo.org
Wed May 13 06:28:36 EDT 2009


Author: hamish
Date: 2009-05-13 06:28:36 -0400 (Wed, 13 May 2009)
New Revision: 37204

Modified:
   grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms
Log:
really be verbose

Modified: grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms
===================================================================
--- grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms	2009-05-13 10:21:12 UTC (rev 37203)
+++ grass/branches/develbranch_6/scripts/r.in.wms/r.in.wms	2009-05-13 10:28:36 UTC (rev 37204)
@@ -247,7 +247,7 @@
 else
    g.message -w "The verbosity option is superseded. Use --verbose instead"
    if [ -n "$GRASS_VERBOSE" ] && [ "$GRASS_VERBOSE" -lt 2 ] ; then
-      GRASS_VERBOSE=2
+      GRASS_VERBOSE=3
       export GRASS_VERBOSE
    fi
 fi



More information about the grass-commit mailing list