Change logging of successful scans to debug priority (#36538)

This commit is contained in:
eyager1
2020-06-08 05:30:36 -04:00
committed by GitHub
parent 31dd06bd12
commit 8ed1b1782e

View File

@@ -113,7 +113,7 @@ class DdWrtDeviceScanner(DeviceScanner):
Return boolean if scanning successful.
"""
_LOGGER.info("Checking ARP")
_LOGGER.debug("Checking ARP")
endpoint = "Wireless" if self.wireless_only else "Lan"
url = f"{self.protocol}://{self.host}/Status_{endpoint}.live.asp"