mirror of https://github.com/cbeuw/Cloak
Client session establishment log
This commit is contained in:
parent
76369f337f
commit
3a42ca5983
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue