Skip to content

Commit 35f60a5

Browse files
committed
tcp,udp,icmp: m fix log stmt
1 parent ddd9bcc commit 35f60a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intra/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func (h *baseHandler) forward(local, remote net.Conn, smm *SocketSummary) {
279279
remote = r.Unwrap() // c may be *net.TCPConn or *demuxconn or *retrier or *splitter
280280
}
281281
}
282-
log.I("com: %s: forward: new conn %s rwext? %t (%T), sockopt? %t (%ds); %s for %s",
282+
log.I("com: %s: forward: new conn %s rwext? %t (%T), optset? %t (%ds); %s for %s",
283283
h.proto, via, isrwext, remote, didSet, timeoutsecs, tup, uid)
284284

285285
uploadch := make(chan ioinfo)

0 commit comments

Comments
 (0)