diff options
Diffstat (limited to 'monitor/josef_monitor.py')
-rwxr-xr-x | monitor/josef_monitor.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 = [] |