Skip to content

Commit

Permalink
Merge pull request #2903 from subspace/more-plotting-trace-messages
Browse files Browse the repository at this point in the history
More plotting trace messages
  • Loading branch information
nazar-pc authored Jul 10, 2024
2 parents 0a122ba + 27b377e commit 875ea99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/subspace-farmer/src/cluster/plotter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ impl ClusterPlotter {
break 'outer;
}
ResponseProcessingResult::Continue => {
trace!("Continue");
// Nothing to do
}
}
Expand Down
1 change: 1 addition & 0 deletions crates/subspace-farmer/src/single_disk_farm/plotting.rs
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,7 @@ async fn plot_single_sector_internal(
};
let sector_chunk_size = sector_chunk.len() as u64;

trace!(sector_chunk_size, "Writing sector chunk to disk");
let write_fut = task::spawn_blocking({
let plot_file = Arc::clone(plot_file);

Expand Down

0 comments on commit 875ea99

Please sign in to comment.