diff options
author | Linus Nordberg <linus@nordu.net> | 2015-11-20 10:48:44 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2015-11-20 10:48:44 +0100 |
commit | f1fb5a44dd8f1560040cccaf455d5786326bf264 (patch) | |
tree | 92ec9efe0251056d2980fe3f64dc7bb865b5047b /tools/merge_sth.py | |
parent | f3d1659b37351fe2ad958114631f8c1578712e51 (diff) |
Make merge_sth work again after last commit.
Diffstat (limited to 'tools/merge_sth.py')
-rwxr-xr-x | tools/merge_sth.py | 3 |
1 files changed, 1 insertions, 2 deletions
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']: |