mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-17 19:03:42 +01:00
topogoly: Reduce log noise
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
parent
2fd78362ad
commit
9c4f075c6e
@ -388,12 +388,7 @@ static void process_chaintips(struct bitcoin_cli *bcli)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!json_tok_streq(bcli->output, status, "active")) {
|
if (!json_tok_streq(bcli->output, status, "active")) {
|
||||||
log_debug(bcli->bitcoind->log,
|
/* Ignoring this chaintip since it's not active */
|
||||||
"Ignoring chaintip %.*s status %.*s",
|
|
||||||
hash->end - hash->start,
|
|
||||||
bcli->output + hash->start,
|
|
||||||
status->end - status->start,
|
|
||||||
bcli->output + status->start);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
Loading…
Reference in New Issue
Block a user