Log window id in state_for_frame()
This commit is contained in:
parent
7ade46c61f
commit
9273f67734
2
src/x.c
2
src/x.c
|
@ -94,7 +94,7 @@ static con_state *state_for_frame(xcb_window_t window) {
|
||||||
return state;
|
return state;
|
||||||
|
|
||||||
/* TODO: better error handling? */
|
/* TODO: better error handling? */
|
||||||
ELOG("No state found\n");
|
ELOG("No state found for window 0x%08x\n", window);
|
||||||
assert(false);
|
assert(false);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue