Skip to content

Commit

Permalink
More plotting trace messages
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jul 10, 2024
1 parent 7b62292 commit 27b377e
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 27b377e

Please sign in to comment.