summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/network/connection/wireless.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index d6d5872..7027092 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -710,6 +710,7 @@ sub connect {
}
if (defined $network_id) {
if ($net->{monitor}) {
+ log::explanations("selecting wpa_supplicant network $network_id through network monitor");
eval { $net->{monitor}->select_network($network_id) };
return !$@;
} else {