mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-20 02:34:40 +02:00
removed response from api.path query debug
This commit is contained in:
parent
f489259908
commit
592dbbe3dd
1 changed files with 1 additions and 1 deletions
|
@ -179,8 +179,8 @@ class MikrotikAPI:
|
||||||
|
|
||||||
self.lock.acquire()
|
self.lock.acquire()
|
||||||
try:
|
try:
|
||||||
|
_LOGGER.debug("API query: %s", path)
|
||||||
response = self._connection.path(path)
|
response = self._connection.path(path)
|
||||||
_LOGGER.debug("API response (%s): %s", path, response)
|
|
||||||
except librouteros_custom.exceptions.ConnectionClosed:
|
except librouteros_custom.exceptions.ConnectionClosed:
|
||||||
if not self.connection_error_reported:
|
if not self.connection_error_reported:
|
||||||
_LOGGER.error("Mikrotik %s connection closed", self._host)
|
_LOGGER.error("Mikrotik %s connection closed", self._host)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue