summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/lib.rs b/mullvad-daemon/src/lib.rs
index de2da57543..8c4a641105 100644
--- a/mullvad-daemon/src/lib.rs
+++ b/mullvad-daemon/src/lib.rs
@@ -314,7 +314,7 @@ impl Daemon {
) {
thread::spawn(move || {
server.wait();
- error!("Mullvad management interface shut down");
+ info!("Mullvad management interface shut down");
let _ = exit_tx.send(InternalDaemonEvent::ManagementInterfaceExited);
});
}