mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-12 20:20:24 +08:00
Chore(core): print TransportEndpointID
This commit is contained in:
@@ -51,7 +51,7 @@ func withTCPHandler(handle func(adapter.TCPConn), printf func(string, ...any)) o
|
||||
|
||||
defer func() {
|
||||
if err != nil {
|
||||
printf("tcp forwarder request: %s", err)
|
||||
printf("tcp forwarder request %v: %s", r.ID(), err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
Reference in New Issue
Block a user