From 8e7f6d4953c149c1a71445e1f62f60108c788a6a Mon Sep 17 00:00:00 2001 From: Josef Gustafsson Date: Wed, 30 Sep 2015 12:33:44 +0200 Subject: minor cleaning --- monitor/josef_monitor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'monitor/josef_monitor.py') diff --git a/monitor/josef_monitor.py b/monitor/josef_monitor.py index 05fae79..1866a63 100755 --- a/monitor/josef_monitor.py +++ b/monitor/josef_monitor.py @@ -32,7 +32,7 @@ if os.path.isfile(args.config): ERROR_STR = CONFIG.ERROR_STR else: print "Config file not found!" - ERROR_STR = "ERROR: " + ERROR_STR = "(local)ERROR: " sys.exit() @@ -82,7 +82,7 @@ class ctlog: if self.entries != start_size: if not verify_subtree(self.sth, self.subtree, self.url): - self.log(ERROR_STR + "Failed to build tree from entries!") + self.log(ERROR_STR + "Failed to verify newly built subtree!") def fetch_and_increment_subtree(self, first, last, url, subtree =[[]]): new_leafs = [] -- cgit v1.1