torrent.go | 2 +- diff --git a/torrent.go b/torrent.go index 68cfe1f0bec2fea03c57d5e4d1267037be63bb8a..8bd34dbcf99c4f122301221707936b8ff4b70368 100644 --- a/torrent.go +++ b/torrent.go @@ -2898,7 +2898,7 @@ } for _, f := range t.callbacks().NewPeer { f(&ws.peer) } - ws.peer.logger = t.logger.WithContextValue(&ws) + ws.peer.logger = t.logger.WithContextValue(&ws).WithNames("webseed") ws.peer.peerImpl = &ws if t.haveInfo() { ws.onGotInfo(t.info)