Add a startup message on stdout (for debugging purposes)
This commit is contained in:
parent
d20f819582
commit
408c77d5b9
1 changed files with 1 additions and 0 deletions
|
@ -132,6 +132,7 @@ async fn main() {
|
||||||
let opt = Opt::from_args();
|
let opt = Opt::from_args();
|
||||||
|
|
||||||
info!("Starting Tricot");
|
info!("Starting Tricot");
|
||||||
|
println!("Starting Tricot");
|
||||||
|
|
||||||
let (exit_signal, provoke_exit) = watch_ctrl_c();
|
let (exit_signal, provoke_exit) = watch_ctrl_c();
|
||||||
let exit_on_err = move |err: anyhow::Error| {
|
let exit_on_err = move |err: anyhow::Error| {
|
||||||
|
|
Loading…
Reference in a new issue