diff options
| -rw-r--r-- | mullvad-relay-selector/src/relay_selector/matcher.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mullvad-relay-selector/src/relay_selector/matcher.rs b/mullvad-relay-selector/src/relay_selector/matcher.rs index 21376e9485..f9fa0d7a01 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![]) }), }), |
