Chore(core): print TransportEndpointID

This commit is contained in:
xjasonlyu
2022-04-04 22:32:50 +08:00
parent e4801c3989
commit 4aea88c36e
2 changed files with 2 additions and 2 deletions

View File

@@ -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)
}
}()