Skip to content

Commit

Permalink
FIx debug statement
Browse files Browse the repository at this point in the history
Co-authored-by: pancho horrilo <[email protected]>
  • Loading branch information
suizman and panchoh committed Dec 7, 2018
1 parent 87fdb8d commit fe4e0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/sender/sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (s Sender) Start(ch chan *protocol.Snapshot) {
for {
select {
case <-ticker.C:
fmt.Println("QUEUE LENGTH: ", len(ch))
log.Debug("QUEUE LENGTH: ", len(ch))
case <-s.quit:
return
}
Expand Down

0 comments on commit fe4e0c2

Please sign in to comment.