Skip to content

Commit

Permalink
maybe gha?
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed May 22, 2024
1 parent 923f5ac commit b463910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iroh/src/node/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ where
match self.spawn_inner().await {
Ok(node) => Ok(node),
Err(err) => {
debug!("failed to spawn node, shutting down blobs store");
debug!("failed to spawn node, shutting down");
blobs_store.shutdown().await;
Err(err)
}
Expand Down

0 comments on commit b463910

Please sign in to comment.