Merge "Take the /bin/wifi lock in Waveguide scans." into wifitv
diff --git a/conman/connection_manager.py b/conman/connection_manager.py
index 26fe6b6..9d23934 100755
--- a/conman/connection_manager.py
+++ b/conman/connection_manager.py
@@ -422,7 +422,7 @@
         logging.debug('Unable to join WLAN on %s', wifi.name)
         self._status.connected_to_wlan = False
         if self.acs():
-          logging.debug('Connected to ACS on %s', wifi.name)
+          logging.debug('Connected to ACS')
           now = time.time()
           if (self._wlan_configuration and
               hasattr(wifi, 'waiting_for_acs_since')):