Skip to content

Commit

Permalink
reduce log level to info, remove details
Browse files Browse the repository at this point in the history
  • Loading branch information
fthiery committed Aug 21, 2023
1 parent 147c1a6 commit 71253e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/freebox/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ async def _update_raids_sensors(self) -> None:
fbx_raids: list[dict[str, Any]] = await self._api.storage.get_raids() or []
except HttpRequestError:
self.supports_raid = False
_LOGGER.warning(
"Router %s API does not seem to support raid, will not enumerate further",
_LOGGER.info(
"Router %s API does not support RAID",
self.name,
)
return
Expand Down

0 comments on commit 71253e1

Please sign in to comment.