From: Sergey Matveev Date: Sun, 12 Mar 2017 10:57:47 +0000 (+0300) Subject: Remove misleading words. Peer exists and ready for processing X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=commitdiff_plain;h=f297e76138bcab5f62531bbe4c091e9f673474bb Remove misleading words. Peer exists and ready for processing --- 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