mirror of
https://github.com/minio/minio.git
synced 2025-02-02 17:35:58 -05:00
site replication: remove extraneous log for missing group (#18785)
This commit is contained in:
parent
52229a21cb
commit
e39e2306d6
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user