diff --git a/mullvad-relay-selector/src/relay_selector/matcher.rs b/mullvad-relay-selector/src/relay_selector/matcher.rs index 21376e9485d4..f9fa0d7a016b 100644 --- a/mullvad-relay-selector/src/relay_selector/matcher.rs +++ b/mullvad-relay-selector/src/relay_selector/matcher.rs @@ -246,7 +246,7 @@ impl<'a> ResolvedLocationConstraint<'a> { ResolvedLocationConstraint(custom_list.locations.iter().collect()) }) .unwrap_or_else(|| { - log::warn!("Resolved non-existent custom list"); + log::warn!("Resolved non-existent custom list with id {list_id:?}"); ResolvedLocationConstraint(vec![]) }), }),