Skip to content

Commit

Permalink
print the worker addr
Browse files Browse the repository at this point in the history
  • Loading branch information
jackzhhuang committed Aug 31, 2024
1 parent 3ef6815 commit bd58c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sync/src/parallel/executor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl DagBlockExecutor {
Some(block) => {
let header = block.header().clone();

info!("worker will process header {:?}", header);
info!("worker: {:p} will process header {:?}", &self, header);
loop {
match Self::waiting_for_parents(
&self.dag,
Expand Down

0 comments on commit bd58c5c

Please sign in to comment.