Adjust logger statement

This commit is contained in:
jbouwh
2024-05-26 21:44:09 +00:00
parent 383f8fd144
commit 2ffac98977

View File

@@ -94,7 +94,7 @@ def async_log_discovery_origin_info(
"""Log information about the discovery and origin.""" """Log information about the discovery and origin."""
# We only log origin info once per device discovery # We only log origin info once per device discovery
if discovery_payload.device_discovery: if discovery_payload.device_discovery:
_LOGGER.info(message) _LOGGER.log(level, message)
return return
if CONF_ORIGIN not in discovery_payload: if CONF_ORIGIN not in discovery_payload:
_LOGGER.log(level, message) _LOGGER.log(level, message)