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 <dh.herrmann@googlemail.com>
This commit is contained in:
David Herrmann 2012-08-11 14:55:49 +02:00
parent d9e7137861
commit 42c177e3cd

View File

@ -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;