call tar with -v if sitarbar got --verbosity debug
authorStefan Huber <shuber2@gmx.at>
Tue, 29 May 2012 17:20:52 +0000 (19:20 +0200)
committerStefan Huber <shuber2@gmx.at>
Tue, 29 May 2012 17:20:52 +0000 (19:20 +0200)
sitarba

diff --git a/sitarba b/sitarba
index 3ff4bfff4754abd7fd37c110f803315cfefb3a8f..d941c7048e5571099cf83ccfccb4b752b96329a5 100755 (executable)
--- a/sitarba
+++ b/sitarba
@@ -403,7 +403,7 @@ class BackupManager:
         taropts = []
 
         # Tar is verbose is sitarba is verbose
-        if LogConf.con.level <= logging.INFO:
+        if LogConf.con.level <= logging.DEBUG:
             taropts += ["--verbose"]
 
         # Add the since date, if given