From 67b0d8ad16684d16c7a2b5beea238e9c0103466a Mon Sep 17 00:00:00 2001 From: qydysky Date: Sat, 1 Aug 2020 18:36:58 +0800 Subject: [PATCH] 23 --- Port.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2