]> Cypherpunks.ru repositories - govpn.git/blobdiff - src/cypherpunks.ru/govpn/identity.go
Could -> can, for consistency
[govpn.git] / src / cypherpunks.ru / govpn / identity.go
index 83e0282522df6bc74b97fb151847ae41888650c1..52d430d6c1807df2ca94025309e76cb46acb93d7 100644 (file)
@@ -179,6 +179,6 @@ func (mc *MACCache) Find(data []byte) (*PeerID, error) {
 
                logger.WithFields(fields).WithFields(loopFields).Debug("Not matching peer")
        }
-       logger.WithFields(fields).Debug("Couldn't find matching peer ID")
+       logger.WithFields(fields).Debug("Can't find matching peer ID")
        return nil, nil
 }