mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-14 19:34:29 +02:00
changed info logger according to development guidelines
This commit is contained in:
parent
bd82612cb8
commit
7af3ef0bb3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class MikrotikAPI:
|
||||||
self.lock.release()
|
self.lock.release()
|
||||||
return False
|
return False
|
||||||
else:
|
else:
|
||||||
_LOGGER.info("Mikrotik Connected to %s", self._host)
|
_LOGGER.debug("Mikrotik Connected to %s", self._host)
|
||||||
self._connected = True
|
self._connected = True
|
||||||
self.lock.release()
|
self.lock.release()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue