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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"