Skip to content

Commit 07ce535

Browse files
committed
Fix typo in logging
1 parent 91f7d46 commit 07ce535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/helpers/counter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,5 +326,5 @@ def update(
326326
self._pulses = pulses
327327

328328
energy = self.energy
329-
_LOGGER.debug("energy=%s or last_update=%s", energy, last_update)
329+
_LOGGER.debug("energy=%s on last_update=%s", energy, last_update)
330330
return (energy, last_reset)

0 commit comments

Comments
 (0)