[GRASS-SVN] r62352 - grass/trunk/lib/python/pygrass/modules/interface

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


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

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

Modified: grass/trunk/lib/python/pygrass/modules/interface/module.py
===================================================================
--- grass/trunk/lib/python/pygrass/modules/interface/module.py	2014-10-22 12:32:42 UTC (rev 62351)
+++ grass/trunk/lib/python/pygrass/modules/interface/module.py	2014-10-22 12:33:19 UTC (rev 62352)
@@ -460,7 +460,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