]> git.sur5r.net Git - i3/i3/commitdiff
add debug message to trace match deletions
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 14 Dec 2013 17:33:18 +0000 (18:33 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 22 Dec 2013 20:52:49 +0000 (21:52 +0100)
src/manage.c

index 81da8f704c86c6c42e51e86c516328fe105858fc..0eaf35e7ecedd4e9583e4e3c156fddabb3a419b3 100644 (file)
@@ -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);
         }
     }