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: try:
self.client.fetch_data() self.client.fetch_data()
except PyEboxError as exp: 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 return
# Update data # Update data
self.data = self.client.get_data() self.data = self.client.get_data()