Promote some log_trace to log_debug

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-09-19 17:23:48 +01:00
parent ebb52567c0
commit 5787c17ebe
2 changed files with 3 additions and 3 deletions

View File

@@ -2011,9 +2011,9 @@ static session_t *session_init(int argc, char **argv, Display *dpy,
free(query_tree_reply);
}
log_trace("Initial stack:");
log_debug("Initial stack:");
list_foreach(struct win, w, &ps->window_stack, stack_neighbour) {
log_trace("%#010x", w->id);
log_debug("%#010x", w->id);
}
ps->pending_updates = true;