Prechádzať zdrojové kódy

pygrass: fix debug level (0->1)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62352 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 10 rokov pred
rodič
commit
6ffbd1766d

+ 1 - 1
lib/python/pygrass/modules/interface/module.py

@@ -460,7 +460,7 @@ class Module(object):
         #
         # 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