mirror of https://github.com/v2ray/v2ray-core
update log
parent
bf2d45a83d
commit
a39132f4c2
|
@ -250,7 +250,7 @@ func (this *Connection) SetState(state State) {
|
||||||
current := this.Elapsed()
|
current := this.Elapsed()
|
||||||
atomic.StoreInt32((*int32)(&this.state), int32(state))
|
atomic.StoreInt32((*int32)(&this.state), int32(state))
|
||||||
atomic.StoreUint32(&this.stateBeginTime, current)
|
atomic.StoreUint32(&this.stateBeginTime, current)
|
||||||
log.Info("KCP|Connection: #", this.conv, " entering state ", state, " at ", current)
|
log.Debug("KCP|Connection: #", this.conv, " entering state ", state, " at ", current)
|
||||||
|
|
||||||
switch state {
|
switch state {
|
||||||
case StateReadyToClose:
|
case StateReadyToClose:
|
||||||
|
|
Loading…
Reference in New Issue