From e5d0da09826314cdc3368fcbb0aae912b2627297 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 5 Feb 2016 11:45:31 +0000 Subject: [PATCH] wording --- proxy/socks/socks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/socks/socks.go b/proxy/socks/socks.go index 492f1037e..628199658 100644 --- a/proxy/socks/socks.go +++ b/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 }