Skip to content

Commit

Permalink
p2p/proto/mux: make log more useful
Browse files Browse the repository at this point in the history
  • Loading branch information
jbenet committed Jan 20, 2015
1 parent 5d89501 commit fce10c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/protocol/mux.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func (m *Mux) HandleSync(s inet.Stream) {
return
}

log.Infof("muxer handle protocol: %s", name)
log.Infof("muxer handle protocol %s: %s", s.Conn().RemotePeer(), name)
handler(s)
}

Expand Down

0 comments on commit fce10c6

Please sign in to comment.