multicast: remove rejoin debug message
it's spammy
This commit is contained in:
@@ -342,8 +342,6 @@ impl RelayPool {
|
|||||||
if mcr.should_rejoin() {
|
if mcr.should_rejoin() {
|
||||||
if let Err(err) = mcr.rejoin() {
|
if let Err(err) = mcr.rejoin() {
|
||||||
error!("multicast: rejoin error: {err}");
|
error!("multicast: rejoin error: {err}");
|
||||||
} else {
|
|
||||||
debug!("multicast: rejoin success");
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user