Skip to content

Commit

Permalink
Merge pull request #3288 from autonomys/fix-logs-typo
Browse files Browse the repository at this point in the history
Fix logs typo
  • Loading branch information
nazar-pc authored Dec 6, 2024
2 parents d284076 + 5e851ff commit 7a8cad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/subspace-networking/src/utils/piece_provider.rs
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ where
if !pieces_to_download.is_empty() {
debug!(
%num_pieces,
downloaded = %pieces_to_download.len(),
to_download = %pieces_to_download.len(),
"Finished downloading early"
);
// Nothing was downloaded, we're done here
Expand Down

0 comments on commit 7a8cad0

Please sign in to comment.