[GRASS-SVN] r43946 - grass/trunk/lib/python

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Oct 17 06:05:24 EDT 2010


Author: martinl
Date: 2010-10-17 03:05:24 -0700 (Sun, 17 Oct 2010)
New Revision: 43946

Modified:
   grass/trunk/lib/python/core.py
Log:
default verbose level is '2'


Modified: grass/trunk/lib/python/core.py
===================================================================
--- grass/trunk/lib/python/core.py	2010-10-17 10:04:38 UTC (rev 43945)
+++ grass/trunk/lib/python/core.py	2010-10-17 10:05:24 UTC (rev 43946)
@@ -723,7 +723,7 @@
     if vbstr:
 	return int(vbstr)
     else:
-	return 0
+	return 2
 
 ## various utilities, not specific to GRASS
 



More information about the grass-commit mailing list