This commit is contained in:
Sebastian Klähn
2024-02-09 09:10:56 +01:00
parent bd37c36143
commit 8385ba92c7
2 changed files with 8 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ impl Context {
if self.endpoint.lock().await.is_some() {
warn!(
self,
"Tried to create gossip even tough there still exists an instance"
"Tried to create endpoint even though there is already one."
);
return Ok(());
}