Skip to content

Commit 0959232

Browse files
committed
Add direction to add_log() debug-logging
1 parent 500c944 commit 0959232

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
@@ -439,11 +439,12 @@ def add_log(
439439
self.recalculate_missing_log_addresses()
440440

441441
_LOGGER.debug(
442-
"add_log | pulses=%s | address=%s | slot= %s |time:%s",
442+
"add_log | pulses=%s | address=%s | slot=%s | time=%s, direction=%s",
443443
pulses,
444444
address,
445445
slot,
446446
timestamp,
447+
direction,
447448
)
448449
return True
449450

0 commit comments

Comments
 (0)