routing/chainview/btcd: makes rescan logging statement print to trace

This commit is contained in:
Conner Fromknecht 2017-11-10 16:59:37 -08:00
parent 153794adb0
commit e62bb0319d
No known key found for this signature in database
GPG Key ID: 39DE78FBE6ACB0EF
1 changed files with 5 additions and 5 deletions

View File

@ -366,12 +366,12 @@ func (b *BtcdFilteredChainView) chainFilterer() {
continue continue
} }
// If no block was returned from the rescan, // If no block was returned from the rescan, it
// it means no maching transactions were found. // means no matching transactions were found.
if len(rescanned) != 1 { if len(rescanned) != 1 {
log.Debugf("no matching block found "+ log.Tracef("rescan of block %v at "+
"for rescan of hash %v", "height=%d yielded no "+
blockHash) "transactions", blockHash, i)
continue continue
} }
decoded, err := decodeJSONBlock( decoded, err := decodeJSONBlock(