aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-29 21:43:45 +0100
committerMax Kellermann <max@duempel.org>2009-01-29 21:43:45 +0100
commit3a75f158449d3accdf61723fa1551ba26c5f5833 (patch)
tree62644d601f42658baaa93d318a987de91d0ffbbd /src
parentcaa4d28f044d70012cd113f324e6500c0b57d491 (diff)
mms: declare GLib log domain
Diffstat (limited to 'src')
-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 f9b2edea..2e4b049a 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;