diff options
Diffstat (limited to 'src/daemon.c')
-rw-r--r-- | src/daemon.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/daemon.c b/src/daemon.c index d920ff6c5..309463cd5 100644 --- a/src/daemon.c +++ b/src/daemon.c @@ -35,6 +35,9 @@ #include <grp.h> #endif +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "daemon" + #ifndef WIN32 /** the Unix user name which MPD runs as */ |