topogoly: Reduce log noise

Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
Christian Decker 2017-11-25 11:40:40 +01:00
parent 2fd78362ad
commit 9c4f075c6e

View File

@ -388,12 +388,7 @@ static void process_chaintips(struct bitcoin_cli *bcli)
}
if (!json_tok_streq(bcli->output, status, "active")) {
log_debug(bcli->bitcoind->log,
"Ignoring chaintip %.*s status %.*s",
hash->end - hash->start,
bcli->output + hash->start,
status->end - status->start,
bcli->output + status->start);
/* Ignoring this chaintip since it's not active */
continue;
}
if (valid) {