From d264a6a067473437d5c30b494eef8062e25f1b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 15 Jan 2019 19:17:37 +0100 Subject: [PATCH] module/xwindow: correct logging "module" (name) --- modules/xwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xwindow.c b/modules/xwindow.c index 13b2c46..f56f31e 100644 --- a/modules/xwindow.c +++ b/modules/xwindow.c @@ -12,7 +12,7 @@ #include #include -#define LOG_MODULE "xkb" +#define LOG_MODULE "xwindow" #include "../log.h" #include "../bar.h" #include "../config.h"