Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Nov 20, 2023
1 parent 48a597c commit f2b3560
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion scheduler-pool/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,12 @@ where
Err(RecvTimeoutError::Timeout) => break 'inner,
}
}
info!("watchdog: {} => {} => {}", pre_retain_len, pre_push_len, watched_thread_managers.len());
info!(
"watchdog: {} => {} => {}",
pre_retain_len,
pre_push_len,
watched_thread_managers.len()
);
}
};

Expand Down

0 comments on commit f2b3560

Please sign in to comment.