From: Stefan Huber Date: Tue, 29 May 2012 17:20:52 +0000 (+0200) Subject: call tar with -v if sitarbar got --verbosity debug X-Git-Tag: v2.1~5 X-Git-Url: https://git.sthu.org/?p=sitarba.git;a=commitdiff_plain;h=fd039e0390d26dce18e6b26c4fd422c3a3a05a36 call tar with -v if sitarbar got --verbosity debug --- diff --git a/sitarba b/sitarba index 3ff4bff..d941c70 100755 --- 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