Skip to content

Commit 30b53bd

Browse files
kozlovicwallyqs
andcommitted
Fix server notice for remote compression change
Co-authored-by: Waldemar Quevedo <wally@nats.io> Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
1 parent 9a4e656 commit 30b53bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/reload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1075,7 +1075,7 @@ func (l *leafNodeOption) Apply(s *Server) {
10751075
}
10761076
if rlo.compressionChanged {
10771077
lrc.Compression = rlo.opts.Compression
1078-
s.Noticef("Reloaded: LeafNode Remote %s TLS Compression value is: %v",
1078+
s.Noticef("Reloaded: LeafNode Remote %s Compression value is: %v",
10791079
getLeafNodeRemoteName(lrc.RemoteLeafOpts), rlo.opts.Compression)
10801080
}
10811081
if rlo.disabledChanged {

0 commit comments

Comments
 (0)