From 65764072954bd517cbc8af0a6e523b64f0a0801c Mon Sep 17 00:00:00 2001
From: Linus Nordberg <linus@nordu.net>
Date: Fri, 20 Nov 2015 10:48:44 +0100
Subject: Make merge_sth work again after last commit.

---
 tools/merge_sth.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'tools/merge_sth.py')

diff --git a/tools/merge_sth.py b/tools/merge_sth.py
index e8f99d3..94d3ef2 100755
--- a/tools/merge_sth.py
+++ b/tools/merge_sth.py
@@ -53,8 +53,7 @@ def merge_sth(args, config, localconfig):
         return
     tree_size = trees[backupquorum]['tree_size']
     root_hash = hexdecode(trees[backupquorum]['sha256_root_hash'])
-    #print >>sys.stderr, "DEBUG: tree size candidate at backupquorum", \
-      backupquorum, ":", tree_size
+    #print >>sys.stderr, "DEBUG: tree size candidate at backupquorum", backupquorum, ":", tree_size
 
     cur_sth = get_sth(sthfile)
     if tree_size < cur_sth['tree_size']:
-- 
cgit v1.1