diff options
| -rw-r--r-- | mullvad-daemon/src/main.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mullvad-daemon/src/main.rs b/mullvad-daemon/src/main.rs index aee5191366..ddf325167a 100644 --- a/mullvad-daemon/src/main.rs +++ b/mullvad-daemon/src/main.rs @@ -3,14 +3,14 @@ use std::{path::PathBuf, thread, time::Duration}; #[cfg(not(windows))] use mullvad_daemon::cleanup_old_rpc_socket; use mullvad_daemon::{ - logging, rpc_uniqueness_check, runtime, version, Daemon, DaemonCommandChannel, + exception_logging, logging, rpc_uniqueness_check, runtime, version, Daemon, + DaemonCommandChannel, }; use talpid_types::ErrorExt; mod cli; #[cfg(target_os = "linux")] mod early_boot_firewall; -mod exception_logging; #[cfg(target_os = "macos")] mod macos_launch_daemon; #[cfg(windows)] |
