input/mms: fix G_LOG_DOMAIN value

This commit is contained in:
Serge Ziryukin 2009-09-20 14:16:41 +03:00 committed by Max Kellermann
parent 803a698f98
commit 82c6c13780

View File

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