aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2023-09-17 16:43:32 +0200
committerSébastien Dailly <sebastien@dailly.me>2023-09-17 16:43:32 +0200
commit78a31a0768b0c2b6232514e5ffbfd26c7901c4b0 (patch)
tree08dfc25287b244b9d4cee9dd8290fe094cebd9eb
parent29164963897cff5ec24c7e56ac1c41135940da96 (diff)
Update the logs in xlib
-rw-r--r--xlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/xlib.py b/xlib.py
index 3e43e51..bc2032c 100644
--- a/xlib.py
+++ b/xlib.py
@@ -66,7 +66,7 @@ class Listener(Thread):
found = True
if code != self.last_code:
- component.handle(Debug("Switching to '%s' for '%s'" % (code, window_name)))
+ component.handle(Debug("Switching to '%s' for '%s'" % (pattern, window_name)))
self.queue.put ( (code, None) )
self.last_code = code
break