summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--mullvad-daemon/src/version_check.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mullvad-daemon/src/version_check.rs b/mullvad-daemon/src/version_check.rs
index 8bc770f777..6092c5b0de 100644
--- a/mullvad-daemon/src/version_check.rs
+++ b/mullvad-daemon/src/version_check.rs
@@ -224,6 +224,7 @@ impl VersionUpdater {
// If this is a dev build ,there's no need to pester the API for version checks.
if *IS_DEV_BUILD {
+ log::warn!("Not checking for updates because this is a development build");
while let Some(_) = rx.next().await {}
return;
}