Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Feb 29, 2024
1 parent 52ab059 commit 2b9480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-farmer/src/utils/farmer_piece_getter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ where
});

if let Ok(Some(piece)) = maybe_piece_fut.await {
trace!(%piece_index, "Got piece from DSN L2 cache successfully");
trace!(%piece_index, "Got piece from cache successfully");
// Store successfully downloaded piece for others to observe
if let Some(mut in_progress_piece) = local_in_progress_piece_guard {
in_progress_piece.replace(piece.clone());
Expand Down

0 comments on commit 2b9480e

Please sign in to comment.