1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00

Fix name in logging message (#6039)

Add an optional extended description…
This commit is contained in:
Pascal Vizeli 2017-02-16 10:30:12 +01:00 committed by GitHub
parent 1eceb405ce
commit 2574b915dd

View File

@ -150,7 +150,7 @@ class EBoxData(object):
try:
self.client.fetch_data()
except PyEboxError as exp:
_LOGGER.error("Error on receive last Fido data: %s", exp)
_LOGGER.error("Error on receive last EBox data: %s", exp)
return
# Update data
self.data = self.client.get_data()