From e62bb0319d487d7b9f2dbdda31559dace30970bb Mon Sep 17 00:00:00 2001 From: Conner Fromknecht Date: Fri, 10 Nov 2017 16:59:37 -0800 Subject: [PATCH] routing/chainview/btcd: makes rescan logging statement print to trace --- routing/chainview/btcd.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/routing/chainview/btcd.go b/routing/chainview/btcd.go index 04c4ce84..48b0260f 100644 --- a/routing/chainview/btcd.go +++ b/routing/chainview/btcd.go @@ -366,12 +366,12 @@ func (b *BtcdFilteredChainView) chainFilterer() { continue } - // If no block was returned from the rescan, - // it means no maching transactions were found. + // If no block was returned from the rescan, it + // means no matching transactions were found. if len(rescanned) != 1 { - log.Debugf("no matching block found "+ - "for rescan of hash %v", - blockHash) + log.Tracef("rescan of block %v at "+ + "height=%d yielded no "+ + "transactions", blockHash, i) continue } decoded, err := decodeJSONBlock(