tun2: log when pings work

This commit is contained in:
Cadey Ratio 2017-04-05 14:42:57 -07:00
parent 35d2d72e7f
commit 0ac8f2adbf
1 changed files with 4 additions and 0 deletions

View File

@ -211,6 +211,10 @@ func (c *Connection) Ping() error {
c.detector.Ping(time.Now())
ln.Log(c.F(), ln.F{
"action": "ping_is_ok",
})
return nil
}