Skip to content

Commit e36400f

Browse files
committed
tcp,udp,icmp: m fmt debug log
1 parent d2fa9e6 commit e36400f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ func download(cid, proto string, local net.Conn, remote net.Conn) (n int64, err
428428

429429
n, err = core.Pipe(local, remote)
430430

431-
log.D("com: %s: %s download(%d) done(%v) b/w %s",
431+
log.D("com: %s %s download(%d) done(%v) b/w %s",
432432
proto, cid, n, err, conn2str(local, remote))
433433
return
434434
}

0 commit comments

Comments
 (0)