mirror of
https://github.com/pgsty/minio.git
synced 2026-07-27 16:06:16 +03:00
site replication: remove extraneous log for missing group (#18785)
This commit is contained in:
@@ -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 wrapSRErr(err)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
|
|||||||
Reference in New Issue
Block a user