mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-25 13:25:39 +02:00
module/xwindow: correct logging "module" (name)
This commit is contained in:
parent
b62e66ccb6
commit
d264a6a067
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include <xcb/xcb.h>
|
#include <xcb/xcb.h>
|
||||||
#include <xcb/xcb_event.h>
|
#include <xcb/xcb_event.h>
|
||||||
|
|
||||||
#define LOG_MODULE "xkb"
|
#define LOG_MODULE "xwindow"
|
||||||
#include "../log.h"
|
#include "../log.h"
|
||||||
#include "../bar.h"
|
#include "../bar.h"
|
||||||
#include "../config.h"
|
#include "../config.h"
|
||||||
|
|
Loading…
Add table
Reference in a new issue