Add debug logging to get_atom
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
cb7d852b0f
commit
c8a9f32b05
@ -877,6 +877,7 @@ get_atom(session_t *ps, const char *atom_name) {
|
||||
|
||||
xcb_atom_t atom = XCB_NONE;
|
||||
if (reply) {
|
||||
log_debug("Atom %s is %d", atom_name, reply->atom);
|
||||
atom = reply->atom;
|
||||
free(reply);
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user