From: qydysky Date: Sat, 1 Aug 2020 10:36:58 +0000 (+0800) Subject: 23 X-Git-Tag: v0.0.2~65 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=67b0d8ad16684d16c7a2b5beea238e9c0103466a;p=part%2F.git 23 --- diff --git a/Port.go b/Port.go index 5446b82..61b4e6e 100644 --- a/Port.go +++ b/Port.go @@ -38,7 +38,7 @@ func (*port) New(key string) int { defer func(){ <-port_buf }() - + Logf().I("New port with key:",key) if p := Sys().GetFreePort();p != 0{ port_map[key] = p return p