site replication: remove extraneous log for missing group (#18785)

This commit is contained in:
Poorna 2024-01-23 18:28:11 -08:00 committed by GitHub
parent 52229a21cb
commit e39e2306d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1298,7 +1298,7 @@ func (c *SiteReplicationSys) PeerGroupInfoChangeHandler(ctx context.Context, cha
}
}
}
if err != nil {
if err != nil && !errors.Is(err, errNoSuchGroup) {
return wrapSRErr(err)
}
return nil