diff --git a/src/daemon.rs b/src/daemon.rs index d362eff..8161c20 100644 --- a/src/daemon.rs +++ b/src/daemon.rs @@ -199,6 +199,7 @@ async fn main() -> Result<(), Box> { hotkeys = load_config(); } SIGINT => { + log::warn!("Received SIGINT signal, exiting..."); exit(1); } _ => {