Skip to content

Commit

Permalink
Merge pull request #154 from halseth/pushtx-rebroadcast-log-trace
Browse files Browse the repository at this point in the history
pushtx: demote existing rebroadcast log to trace
  • Loading branch information
wpaulino committed Jun 6, 2019
2 parents f438458 + 00abf84 commit 98b149c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pushtx/broadcaster.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func (b *Broadcaster) broadcastHandler(sub *blockntfns.Subscription) {
// new goroutine to exectue a rebroadcast.
case <-rebroadcastSem:
default:
log.Debugf("Existing rebroadcast still in " +
log.Tracef("Existing rebroadcast still in " +
"progress")
return
}
Expand Down

0 comments on commit 98b149c

Please sign in to comment.