summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/settings.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-daemon/src/settings.rs b/mullvad-daemon/src/settings.rs
index a860acc32b..daf3225913 100644
--- a/mullvad-daemon/src/settings.rs
+++ b/mullvad-daemon/src/settings.rs
@@ -179,7 +179,7 @@ impl SettingsPersister {
"{}",
e.display_chain_with_msg("Unable to save default settings")
);
- log::error!("Will attempt to remove settings file");
+ log::info!("Will attempt to remove settings file");
fs::remove_file(&self.path)
.map_err(|e| Error::DeleteError(self.path.display().to_string(), e))
})