update log

pull/215/head
v2ray 2016-07-16 22:14:20 +02:00
parent bf2d45a83d
commit a39132f4c2
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ func (this *Connection) SetState(state State) {
current := this.Elapsed()
atomic.StoreInt32((*int32)(&this.state), int32(state))
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 {
case StateReadyToClose: