diff options
author | josef <josef@guest119.se-tug.nordu.net> | 2015-09-01 14:13:26 +0200 |
---|---|---|
committer | josef <josef@guest119.se-tug.nordu.net> | 2015-09-01 14:13:26 +0200 |
commit | e71fab5e9f9a9b0b7a298acec5c85c188f7fe58f (patch) | |
tree | f81102067616797ccefe4ff96a23f163ae9e513d /tools/josef_auditor.py | |
parent | 54e38a8c5ac97bffdd1fba995375f8e80727b6e5 (diff) |
updates
Diffstat (limited to 'tools/josef_auditor.py')
-rwxr-xr-x | tools/josef_auditor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/josef_auditor.py b/tools/josef_auditor.py index 454c90b..710e3da 100755 --- a/tools/josef_auditor.py +++ b/tools/josef_auditor.py @@ -111,7 +111,7 @@ def fetch_all_sth(): try: check_sth_signature(base_url, sths[base_url], logkeys[base_url]) except: - error_str = time.strftime('%H:%M:%S') + " ERROR: Could not verify signature from " + base_url + "!!!" + error_str = time.strftime('%H:%M:%S') + " ERROR: Could not verify signature from " + base_url print error_str errors.append(error_str) continue |