fixed arp debug message

This commit is contained in:
tomaae 2019-12-21 08:21:17 +01:00
parent 9fe94dfecc
commit 3ee017e11c
2 changed files with 1 additions and 2 deletions

View file

@ -277,7 +277,7 @@ class MikrotikControllerData():
if not uid:
continue
_LOGGER.debug("Processing entry %s, entry %s", "/interface/bridge/host", entry)
_LOGGER.debug("Processing entry %s, entry %s", "/ip/arp", entry)
# Create uid arp dict
if uid not in self.data['arp']:
self.data['arp'][uid] = {}