From a61cd237d45c7bec7a3e0cdf32ed33c49b41b73b Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 16 十二月 2019 17:41:12 +0800
Subject: [PATCH] update
---
util/util.go | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/util/util.go b/util/util.go
index 88a52ba..e3b8197 100644
--- a/util/util.go
+++ b/util/util.go
@@ -97,6 +97,7 @@
// create server
func NewSocketListen(mode int, url string, shm bool) (socket SocketContext, err error) {
+ logger.Info("url is: ", url)
ctx, cancel := context.WithCancel(context.Background())
socket.Context = ctx
--
Gitblit v1.8.0