tun2: ln.F
This commit is contained in:
parent
098a7e5858
commit
7cf2a9a616
|
@ -164,6 +164,10 @@ func (s *Server) ListenAndServe() error {
|
||||||
panic(err)
|
panic(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ln.Log(c.F(), ln.F{
|
||||||
|
"action": "sending_ping",
|
||||||
|
})
|
||||||
|
|
||||||
stream, err := c.session.OpenStream()
|
stream, err := c.session.OpenStream()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
ln.Error(err)
|
ln.Error(err)
|
||||||
|
|
Loading…
Reference in New Issue