Skip to content
Snippets Groups Projects
Commit 2574b915 authored by Pascal Vizeli's avatar Pascal Vizeli Committed by GitHub
Browse files

Fix name in logging message (#6039)

Add an optional extended description…
parent 1eceb405
No related branches found
No related tags found
No related merge requests found
......@@ -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()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment