diff options
Diffstat (limited to 'sway/log.c')
-rw-r--r-- | sway/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ static void container_log(const swayc_t *c) { fprintf(stderr, "children:%d\n",c->children?c->children->length:0); } void layout_log(const swayc_t *c, int depth) { + if (L_DEBUG > v) return; int i, d; int e = c->children ? c->children->length : 0; container_log(c); |