From 2ce43783f8a103cca9d2ecd6ed07bfd95e54be5c Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 14 Dec 2013 18:33:18 +0100 Subject: [PATCH] add debug message to trace match deletions --- src/manage.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manage.c b/src/manage.c index 81da8f70..0eaf35e7 100644 --- a/src/manage.c +++ b/src/manage.c @@ -321,6 +321,7 @@ void manage_window(xcb_window_t window, xcb_get_window_attributes_cookie_t cooki * we need to remove that criterion, because they should only be valid * once. */ if (match != NULL && match->insert_where != M_BELOW) { + DLOG("Removing match %p from container %p\n", match, nc); TAILQ_REMOVE(&(nc->swallow_head), match, matches); } } -- 2.39.5