fix session init log bug
This commit is contained in:
parent
c775df16f4
commit
77d49483fb
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ var SessionMemberPort int
|
||||||
func init() {
|
func init() {
|
||||||
SessionPort = network.FreePort()
|
SessionPort = network.FreePort()
|
||||||
SessionMemberPort = network.FreePort()
|
SessionMemberPort = network.FreePort()
|
||||||
klog.Trace("Session port: %d, Memeber Port:", SessionPort, SessionMemberPort)
|
klog.Trace("Session port: %d, Memeber Port: %d", SessionPort, SessionMemberPort)
|
||||||
}
|
}
|
||||||
|
|
||||||
// SessionConnect 加载会话信息 (废弃->共享方案用 Redis 替代)
|
// SessionConnect 加载会话信息 (废弃->共享方案用 Redis 替代)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue