diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2023-09-17 16:43:32 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2023-09-17 16:43:32 +0200 |
commit | 78a31a0768b0c2b6232514e5ffbfd26c7901c4b0 (patch) | |
tree | 08dfc25287b244b9d4cee9dd8290fe094cebd9eb | |
parent | 29164963897cff5ec24c7e56ac1c41135940da96 (diff) |
Update the logs in xlib
-rw-r--r-- | xlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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
|