print last run
This commit is contained in:
parent
543c57516f
commit
57d1956c67
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ fn main() {
|
|||
let runtime = start.elapsed();
|
||||
|
||||
if let Some(remaining) = wait_time.checked_sub(runtime) {
|
||||
eprintln!("Last run took {:?} to run", runtime);
|
||||
eprintln!(
|
||||
"Waiting for {} seconds before next run",
|
||||
remaining.as_secs()
|
||||
|
|
Loading…
Reference in a new issue