mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Downgrade Debouncer call ignored log message (#98840)
This commit is contained in:
parent
342e55409a
commit
0d55718117
@ -64,9 +64,7 @@ class Debouncer(Generic[_R_co]):
|
||||
async def async_call(self) -> None:
|
||||
"""Call the function."""
|
||||
if self._shutdown_requested:
|
||||
self.logger.warning(
|
||||
"Debouncer call ignored as shutdown has been requested."
|
||||
)
|
||||
self.logger.debug("Debouncer call ignored as shutdown has been requested.")
|
||||
return
|
||||
assert self._job is not None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user