]> 127.0.0.1 Git - part/.git/commitdiff
23
authorqydysky <qydysky@foxmail.com>
Sat, 1 Aug 2020 10:36:58 +0000 (18:36 +0800)
committerqydysky <qydysky@foxmail.com>
Sat, 1 Aug 2020 10:36:58 +0000 (18:36 +0800)
Port.go

diff --git a/Port.go b/Port.go
index 5446b82274e31b2d007277935ad84680afab59fe..61b4e6efc22ba0c19b6977c0e3e2f492542c13f9 100644 (file)
--- 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