aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorArmael <armael@noreply.localhost>2024-11-09 20:32:27 +0000
committerArmael <armael@noreply.localhost>2024-11-09 20:32:27 +0000
commit7540b03cf6200820520b2d8a9a13aa3277d81d91 (patch)
treeffa5ea39f978e7d03ec74bb89311c24f8a3c7651 /src
parent9bb505d977cb8bafd8039159241788ff25510d69 (diff)
parent408c77d5b9b7106d8062a8f33483b0de7eddd779 (diff)
downloadtricot-7540b03cf6200820520b2d8a9a13aa3277d81d91.tar.gz
tricot-7540b03cf6200820520b2d8a9a13aa3277d81d91.zip
Merge pull request 'Build musl static binaries & update dependencies' (#15) from Armael/tricot:musl into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/tricot/pulls/15
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 93abcca..0515305 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -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| {