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