From 82c6c137808264cc84220274f8ab57e8c47d7772 Mon Sep 17 00:00:00 2001 From: Serge Ziryukin Date: Sun, 20 Sep 2009 14:16:41 +0300 Subject: input/mms: fix G_LOG_DOMAIN value --- src/input/mms_input_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/mms_input_plugin.c b/src/input/mms_input_plugin.c index 82162a5cc..2a3c53776 100644 --- a/src/input/mms_input_plugin.c +++ b/src/input/mms_input_plugin.c @@ -27,7 +27,7 @@ #include #undef G_LOG_DOMAIN -#define G_LOG_DOMAIN "jack" +#define G_LOG_DOMAIN "input_mms" struct input_mms { mmsx_t *mms; -- cgit v1.2.3