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; } };