aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorSerge Ziryukin <ftrvxmtrx@gmail.com>2009-09-20 14:16:41 +0300
committerMax Kellermann <max@duempel.org>2009-09-20 23:28:29 +0200
commit82c6c137808264cc84220274f8ab57e8c47d7772 (patch)
treeefbef7f7152272709ff246a9a9f81333b04461d1 /src/input
parent803a698f988a0f96ef116dd8d47d3c0288a6d3cb (diff)
downloadmpd-82c6c137808264cc84220274f8ab57e8c47d7772.tar.gz
mpd-82c6c137808264cc84220274f8ab57e8c47d7772.tar.xz
mpd-82c6c137808264cc84220274f8ab57e8c47d7772.zip
input/mms: fix G_LOG_DOMAIN value
Diffstat (limited to 'src/input')
-rw-r--r--src/input/mms_input_plugin.c2
1 files changed, 1 insertions, 1 deletions
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 <errno.h>
#undef G_LOG_DOMAIN
-#define G_LOG_DOMAIN "jack"
+#define G_LOG_DOMAIN "input_mms"
struct input_mms {
mmsx_t *mms;