summaryrefslogtreecommitdiff
path: root/tools/josef_auditor.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/josef_auditor.py')
-rwxr-xr-xtools/josef_auditor.py2
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