diff options
-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
|