From a39132f4c2a318b361f32fc051c9aabe23dface9 Mon Sep 17 00:00:00 2001 From: v2ray Date: Sat, 16 Jul 2016 22:14:20 +0200 Subject: [PATCH] update log --- transport/internet/kcp/connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/internet/kcp/connection.go b/transport/internet/kcp/connection.go index 991ca878..6d91337d 100644 --- a/transport/internet/kcp/connection.go +++ b/transport/internet/kcp/connection.go @@ -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: