This commit is contained in:
valoq 2025-05-04 18:54:47 +02:00
parent bac9fd57ec
commit 82d17344c8
No known key found for this signature in database
GPG Key ID: 19F09A0FB865CBD8

View File

@ -33,7 +33,6 @@ pub const EXIT_FAILURE: i32 = libc::EXIT_FAILURE;
fn main() {
spawn_logger_thread();
let result = run();
shutdown_logger_and_wait();