aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/input_mms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_mms.c b/src/input_mms.c
index f9b2edeaa..2e4b049ac 100644
--- a/src/input_mms.c
+++ b/src/input_mms.c
@@ -25,6 +25,9 @@
#include <string.h>
#include <errno.h>
+#undef G_LOG_DOMAIN
+#define G_LOG_DOMAIN "jack"
+
struct input_mms {
mmsx_t *mms;