Skip to content

Commit 28afc79

Browse files
committed
Improve debug-logger
1 parent 0de0579 commit 28afc79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugwise_usb/nodes/helpers/pulses.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,11 @@ def collected_pulses(
219219
return (None, None)
220220

221221
_LOGGER.debug(
222-
"collected_pulses | pulses=%s | log_pulses=%s | consumption=%s at timestamp=%s",
222+
"collected_pulses | pulses=%s | log_pulses=%s | consumption=%s from %s to %s",
223223
pulses,
224224
log_pulses,
225225
is_consumption,
226+
from_timestamp,
226227
timestamp,
227228
)
228229

0 commit comments

Comments
 (0)