Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2021-01-20 12:46:20 -08:00
parent e7414a0b11
commit 3db95f48e3

View File

@@ -956,7 +956,7 @@ func (js *jetStream) monitorStream(mset *Stream, sa *streamAssignment) {
acc, err := s.LookupAccount(sa.Client.Account)
if err != nil {
s.Warnf("Could not retrive account for stream '%s > %s", sa.Client.Account, sa.Config.Name)
s.Warnf("Could not retrieve account for stream '%s > %s", sa.Client.Account, sa.Config.Name)
return
}