Client session establishment log

This commit is contained in:
Qian Wang 2019-01-21 21:29:18 +00:00
parent 76369f337f
commit 3a42ca5983
1 changed files with 2 additions and 0 deletions

View File

@ -190,6 +190,8 @@ start:
} }
wg.Wait() wg.Wait()
log.Printf("Session %v established", sessionID)
for { for {
if sesh.IsBroken() { if sesh.IsBroken() {
goto start goto start