Include port in trace

Signed-off-by: Matthias Hanel <mh@synadia.com>
This commit is contained in:
Matthias Hanel
2020-03-06 15:44:32 -05:00
parent 8a5b9269d7
commit 8a74add60b

View File

@@ -285,7 +285,7 @@ func (s *Server) connectToRemoteLeafNode(remote *leafNodeCfg, firstConnect bool)
// We will put this in the normal log if first connect, does not force -DV mode to know
// that the connect worked.
if firstConnect {
s.Noticef("Connected leafnode to %q", rURL.Hostname())
s.Noticef("Connected leafnode to %q", rURL.Host)
}
return
}