Skip to content

Commit

Permalink
Print one last line with timestamp as output
Browse files Browse the repository at this point in the history
  • Loading branch information
w1th0utnam3 committed Sep 12, 2023
1 parent 0a8d0d0 commit e48eeef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions splashsurf/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ fn run_splashsurf() -> Result<(), anyhow::Error> {
);
}

info!(
"Finished at {}.",
chrono::Local::now().to_rfc3339_opts(chrono::SecondsFormat::Micros, false)
);

Ok(())
}

Expand Down

0 comments on commit e48eeef

Please sign in to comment.