Skip to content

Commit

Permalink
chore: misc
Browse files Browse the repository at this point in the history
  • Loading branch information
dariusc93 committed Dec 6, 2024
1 parent 856eb66 commit 13d9617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/warp-ipfs/src/store/identity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
};
Expand Down

0 comments on commit 13d9617

Please sign in to comment.