Commit 5ff4f16b authored by Brian Tiger Chow's avatar Brian Tiger Chow

misc: suppress logs to Debug (from Info)

parent 5dd7124e
......@@ -165,7 +165,7 @@ func (e *Engine) MessageReceived(p peer.ID, m bsmsg.BitSwapMessage) error {
defer e.lock.Unlock()
if len(m.Wantlist()) == 0 && len(m.Blocks()) == 0 {
log.Info("superfluous message")
log.Debug("received empty message from", p)
}
newWorkExists := false
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment