Skip to content

Commit e48eeef

Browse files
committed
Print one last line with timestamp as output
1 parent 0a8d0d0 commit e48eeef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

splashsurf/src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,11 @@ fn run_splashsurf() -> Result<(), anyhow::Error> {
109109
);
110110
}
111111

112+
info!(
113+
"Finished at {}.",
114+
chrono::Local::now().to_rfc3339_opts(chrono::SecondsFormat::Micros, false)
115+
);
116+
112117
Ok(())
113118
}
114119

0 commit comments

Comments
 (0)