]> Cypherpunks.ru repositories - govpn.git/commitdiff
Remove misleading words. Peer exists and ready for processing develop-prev
authorSergey Matveev <stargrave@stargrave.org>
Sun, 12 Mar 2017 10:57:47 +0000 (13:57 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 12 Mar 2017 10:57:47 +0000 (13:57 +0300)
src/cypherpunks.ru/govpn/client/udp.go

index e99238950daaefb0d1ab878f6ca28fc58421ad33..72ae8acc7d9b203bfe35380d99569842b16b8ce6 100644 (file)
@@ -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