From 13d961711e45304adbd7f167e2a99ddabe6d1aee Mon Sep 17 00:00:00 2001 From: Darius Date: Thu, 5 Dec 2024 23:44:44 -0500 Subject: [PATCH] chore: misc --- extensions/warp-ipfs/src/store/identity.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/warp-ipfs/src/store/identity.rs b/extensions/warp-ipfs/src/store/identity.rs index 2b931a356..557fc9e14 100644 --- a/extensions/warp-ipfs/src/store/identity.rs +++ b/extensions/warp-ipfs/src/store/identity.rs @@ -1970,7 +1970,7 @@ impl IdentityStore { { Ok(response) => response, Err(e) => { - tracing::warn!(error = %e, %peer_id, "unable to send request to shuttle node"); + tracing::warn!(error = %e, %peer_id, "unable to send registration request to shuttle node"); continue; } };