tun2: ln.F

This commit is contained in:
Cadey Ratio 2017-03-26 15:41:00 -07:00
parent 098a7e5858
commit 7cf2a9a616
1 changed files with 4 additions and 0 deletions

View File

@ -164,6 +164,10 @@ func (s *Server) ListenAndServe() error {
panic(err)
}
ln.Log(c.F(), ln.F{
"action": "sending_ping",
})
stream, err := c.session.OpenStream()
if err != nil {
ln.Error(err)