Log window id in state_for_frame()

next
Albert Safin 2018-11-09 18:43:25 +07:00
parent 7ade46c61f
commit 9273f67734
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ static con_state *state_for_frame(xcb_window_t window) {
return state;
/* TODO: better error handling? */
ELOG("No state found\n");
ELOG("No state found for window 0x%08x\n", window);
assert(false);
return NULL;
}