set default verbosity to false, because of daemon
authorThomasV <thomasv@gitorious>
Sun, 16 Mar 2014 11:13:52 +0000 (12:13 +0100)
committerThomasV <thomasv@gitorious>
Sun, 16 Mar 2014 11:13:52 +0000 (12:13 +0100)
lib/util.py

index 4363157..8108580 100644 (file)
@@ -2,7 +2,7 @@ import os, sys, re, json
 import platform
 import shutil
 from datetime import datetime
-is_verbose = True
+is_verbose = False
 
 
 class MyEncoder(json.JSONEncoder):