Fix name in logging message (#6039)

Add an optional extended description…
pull/6041/head
Pascal Vizeli 2017-02-16 10:30:12 +01:00 committed by GitHub
parent 1eceb405ce
commit 2574b915dd
1 changed files with 1 additions and 1 deletions

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()