瀏覽代碼

default verbose level is '2'

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43946 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 年之前
父節點
當前提交
2ff4968db3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/core.py

+ 1 - 1
lib/python/core.py

@@ -723,7 +723,7 @@ def verbosity():
     if vbstr:
 	return int(vbstr)
     else:
-	return 0
+	return 2
 
 ## various utilities, not specific to GRASS