[GRASS-SVN] r62353 - in grass/branches/releasebranch_7_0: . lib/python/pygrass/modules/interface

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 22 05:33:59 PDT 2014


Author: martinl
Date: 2014-10-22 05:33:59 -0700 (Wed, 22 Oct 2014)
New Revision: 62353

Modified:
   grass/branches/releasebranch_7_0/
   grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py
Log:
pygrass: fix debug level (0->1)


Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
   - /grass/trunk:62346
   + /grass/trunk:62346,62352

Modified: grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py
===================================================================
--- grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py	2014-10-22 12:33:19 UTC (rev 62352)
+++ grass/branches/releasebranch_7_0/lib/python/pygrass/modules/interface/module.py	2014-10-22 12:33:59 UTC (rev 62353)
@@ -400,7 +400,7 @@
         #
         # print debug message
         #
-        self._msgr.debug(0, "Module.__call__(): %s" % (self.get_bash()))
+        self._msgr.debug(1, "Module.__call__(): %s" % (self.get_bash()))
 
         #
         # check if execute



More information about the grass-commit mailing list