Skip to content

Commit

Permalink
add router name to warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
fthiery committed Aug 21, 2023
1 parent 1c21b7e commit 9a4671d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homeassistant/components/freebox/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ async def _update_raids_sensors(self) -> None:
except HttpRequestError:
self.supports_raid = False
_LOGGER.warning(
"This router model apparently does not support raid, will not enumerate further"
"Router %s API does not seem to support raid, will not enumerate further",
self.name,
)
return

Expand Down

0 comments on commit 9a4671d

Please sign in to comment.