From f297e76138bcab5f62531bbe4c091e9f673474bb Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 12 Mar 2017 13:57:47 +0300 Subject: [PATCH] Remove misleading words. Peer exists and ready for processing --- src/cypherpunks.ru/govpn/client/udp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cypherpunks.ru/govpn/client/udp.go b/src/cypherpunks.ru/govpn/client/udp.go index e992389..72ae8ac 100644 --- a/src/cypherpunks.ru/govpn/client/udp.go +++ b/src/cypherpunks.ru/govpn/client/udp.go @@ -90,7 +90,7 @@ MainCycle: continue } if peer != nil { - c.logger.WithFields(c.LogFields()).Debug("No peer yet, processing packet") + c.logger.WithFields(c.LogFields()).Debug("Processing packet") if peer.PktProcess(buf[:n], c.tap, true) { l.WithFields(c.LogFields()).Debug("Packet processed") timeouts = 0 -- 2.44.0