From 3783f68927a1a13c8ddcf96ffc3e78c06963414e Mon Sep 17 00:00:00 2001 From: Linnnus Date: Wed, 2 Oct 2024 09:23:17 +0200 Subject: Be more verbose when loading configuration --- src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index fefbca7..c67586d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -68,6 +68,7 @@ fn get_listener_from_systemd() -> io::Result { #[tokio::main] async fn main() -> Result<(), Box> { let config = load_config(); + println!("Using config: {:?}", config); let listener = get_listener_from_systemd()?; -- cgit v1.2.3