From e71fab5e9f9a9b0b7a298acec5c85c188f7fe58f Mon Sep 17 00:00:00 2001 From: josef Date: Tue, 1 Sep 2015 14:13:26 +0200 Subject: updates --- tools/josef_auditor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/josef_auditor.py') 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 -- cgit v1.1