mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-26 18:46:29 +00:00
Fix property change debug log (#3926)
This commit is contained in:
parent
c634cc1f34
commit
b36316416b
@ -174,7 +174,7 @@ class DBus:
|
|||||||
"Property change for %s-%s: %s changed & %s invalidated",
|
"Property change for %s-%s: %s changed & %s invalidated",
|
||||||
self.bus_name,
|
self.bus_name,
|
||||||
self.object_path,
|
self.object_path,
|
||||||
changed.keys(),
|
list(changed.keys()),
|
||||||
invalidated,
|
invalidated,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user