From 78a31a0768b0c2b6232514e5ffbfd26c7901c4b0 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 17 Sep 2023 16:43:32 +0200 Subject: Update the logs in xlib --- xlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlib.py') 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 -- cgit v1.2.3