module/xwindow: correct logging "module" (name)

This commit is contained in:
Daniel Eklöf 2019-01-15 19:17:37 +01:00
parent b62e66ccb6
commit d264a6a067

View file

@ -12,7 +12,7 @@
#include <xcb/xcb.h>
#include <xcb/xcb_event.h>
#define LOG_MODULE "xkb"
#define LOG_MODULE "xwindow"
#include "../log.h"
#include "../bar.h"
#include "../config.h"