forked from external/yambar
bar: log *which* event that is unimplemented
This commit is contained in:
parent
7cc1fa9cef
commit
b3a3990347
1 changed files with 1 additions and 1 deletions
2
bar.c
2
bar.c
|
@ -440,7 +440,7 @@ run(struct bar_run_context *run_ctx)
|
|||
case XCB_REPARENT_NOTIFY:
|
||||
case XCB_CONFIGURE_NOTIFY:
|
||||
case XCB_MAP_NOTIFY:
|
||||
LOG_WARN("unimplemented event");
|
||||
LOG_WARN("unimplemented event: %d", XCB_EVENT_RESPONSE_TYPE(e));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue