summaryrefslogtreecommitdiff
path: root/monitor/josef_monitor.py
diff options
context:
space:
mode:
authorJosef Gustafsson <josef.gson@gmail.com>2015-09-18 16:21:46 +0200
committerJosef Gustafsson <josef.gson@gmail.com>2015-09-18 16:21:46 +0200
commit59f065ab412f5777017854ef9b6d41d3d3449e52 (patch)
tree0b7f2b1652c161da667a04b378bae8b196e561f1 /monitor/josef_monitor.py
parentd8835ce4ac4a55ac2b03320bcc118d7d79b580bf (diff)
bugfix
Diffstat (limited to 'monitor/josef_monitor.py')
-rwxr-xr-xmonitor/josef_monitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/josef_monitor.py b/monitor/josef_monitor.py
index a36868d..dfdeacf 100755
--- a/monitor/josef_monitor.py
+++ b/monitor/josef_monitor.py
@@ -125,7 +125,7 @@ class ctlog:
check_sth_signature(self.url, new_sth, None)
except:
self.log("ERROR: Could not verify STH signature")
- print "ERROR: Could not verify STH signature from " + url
+ print "ERROR: Could not verify STH signature from " + self.url
sth_time = datetime.datetime.fromtimestamp(new_sth['timestamp'] / 1000, UTC()).strftime("%Y-%m-%d %H:%M:%S")
if new_sth["timestamp"] != self.sth["timestamp"]: