From 42c177e3cd3fcaca6c84f0f10d98b4368066347a Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Sat, 11 Aug 2012 14:55:49 +0200 Subject: [PATCH] ui: fix log-subsystem Copy and paste error. We obviously should specify the LOG_SUBSYSTEM to be "ui" and not "config". Signed-off-by: David Herrmann --- src/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui.c b/src/ui.c index 8c4ae50..0cf4b88 100644 --- a/src/ui.c +++ b/src/ui.c @@ -39,7 +39,7 @@ #include "ui.h" #include "uterm.h" -#define LOG_SUBSYSTEM "config" +#define LOG_SUBSYSTEM "ui" struct ui_video { struct kmscon_dlist list;