Darien Raymond 9 년 전
부모
커밋
e5d0da0982
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      proxy/socks/socks.go

+ 1 - 1
proxy/socks/socks.go

@@ -118,7 +118,7 @@ func (this *SocksServer) handleSocks5(reader *v2net.TimeOutReader, writer io.Wri
 			log.Error("Socks: failed to write authentication: ", err)
 			return err
 		}
-		log.Warning("Socks: client doesn't support allowed any auth methods.")
+		log.Warning("Socks: client doesn't support any allowed auth methods.")
 		return ErrorUnsupportedAuthMethod
 	}