Skip to content

Commit

Permalink
Fix: use Debug instead of info when printing messages bound to very c…
Browse files Browse the repository at this point in the history
…ommon activities
  • Loading branch information
gdiazlo committed Mar 6, 2019
1 parent dd4ce1f commit fd0fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ func (d *agentDelegate) NotifyMsg(msg []byte) {
return
}

log.Infof("Notifying batch %+v\n", batchId(&batch))
log.Debugf("Notifying batch %+v\n", batchId(&batch))
d.agent.In <- &batch
}

Expand Down

0 comments on commit fd0fb61

Please sign in to comment.