From: Michael Stapelberg Date: Sat, 14 Dec 2013 17:33:18 +0000 (+0100) Subject: add debug message to trace match deletions X-Git-Tag: 4.8~193 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ce43783f8a103cca9d2ecd6ed07bfd95e54be5c;p=i3%2Fi3 add debug message to trace match deletions --- 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); } }