mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-15 18:50:41 -07:00
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user