Skip to content

Commit 2738abd

Browse files
committed
Extend logging showing production pulses
1 parent 081b4ca commit 2738abd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise_usb/nodes/helpers/counter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ def add_pulse_stats(
106106
) -> None:
107107
"""Add pulse statistics."""
108108
_LOGGER.debug(
109-
"add_pulse_stats | consumed=%s, for %s",
109+
"add_pulse_stats | consumed=%s | produced=%s, for %s",
110110
str(pulses_consumed),
111+
str(pulses_produced),
111112
self._mac,
112113
)
113114
self._pulse_collection.update_pulse_counter(

0 commit comments

Comments
 (0)