Skip to content

Commit

Permalink
Typo in log.error
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Sep 10, 2021
1 parent cf09565 commit e5c0321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BAC0/core/devices/Device.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def ping(self):
self.properties.ping_failures += 1
return False
except NoResponseFromController as e:
self._log_error("Error in ping : {}".format(e))
self._log.error("Error in ping : {}".format(e))
self.properties.ping_failures += 1
return False

Expand Down

0 comments on commit e5c0321

Please sign in to comment.