From 500ba18365b7ace0c8f75a0a8e8d74d3409f9788 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 3 Aug 2020 18:37:04 +0800 Subject: [PATCH] 33 --- Port.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Port.go b/Port.go index 61b4e6e..5b1c1e0 100644 --- a/Port.go +++ b/Port.go @@ -38,8 +38,8 @@ func (*port) New(key string) int { defer func(){ <-port_buf }() - Logf().I("New port with key:",key) if p := Sys().GetFreePort();p != 0{ + Logf().I("New port with key:",key,p) port_map[key] = p return p } -- 2.39.2