This commit is contained in:
Sebastian Klähn
2024-01-24 13:03:07 +01:00
parent 60b240429a
commit 5d775231d0
3 changed files with 3 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ impl Context {
pub async fn join_and_subscribe_topic(&self, rfc724_mid: &str, msg_id: MsgId) -> Result<()> {
let Some(ref gossip) = *self.gossip.lock().await else {
warn!(
&self,
self,
"Not joining topic for {rfc724_mid:?} because there is no gossip."
);
return Ok(());