mirror of
https://github.com/home-assistant/core.git
synced 2025-07-20 11:47:06 +00:00
Use debug/warning instead of info log level in components [u] (#126148)
This commit is contained in:
parent
dbb6eaa9eb
commit
987b8af1b1
@ -123,7 +123,7 @@ class UbusDeviceScanner(DeviceScanner):
|
|||||||
if not self.success_init:
|
if not self.success_init:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
_LOGGER.info("Checking hostapd")
|
_LOGGER.debug("Checking hostapd")
|
||||||
|
|
||||||
if not self.hostapd:
|
if not self.hostapd:
|
||||||
hostapd = self.ubus.get_hostapd()
|
hostapd = self.ubus.get_hostapd()
|
||||||
|
@ -164,7 +164,7 @@ class ProtectData:
|
|||||||
|
|
||||||
self._auth_failures = 0
|
self._auth_failures = 0
|
||||||
if not was_success:
|
if not was_success:
|
||||||
_LOGGER.info("%s: Connection restored", self._entry.title)
|
_LOGGER.warning("%s: Connection restored", self._entry.title)
|
||||||
self._async_process_updates()
|
self._async_process_updates()
|
||||||
elif force_update:
|
elif force_update:
|
||||||
self._async_process_updates()
|
self._async_process_updates()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user