more debug output

This commit is contained in:
Michael Stapelberg
2010-06-02 17:04:26 +02:00
parent 1c5adc6c35
commit 14a312c152
3 changed files with 3 additions and 2 deletions

View File

@ -147,7 +147,7 @@ void tree_close(Con *con, bool kill_window) {
next = con->parent;
}
LOG("closing %p\n", con);
DLOG("closing %p, kill_window = %d\n", con, kill_window);
Con *child;
/* We cannot use TAILQ_FOREACH because the children get deleted
* in their parents nodes_head */