From eac2da635dbe93159d67a202c4c68d0b77c0c72a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 19 Feb 2009 09:24:59 +0100 Subject: added G_LOG_DOMAIN macros to several libraries Define the GLib logging domain in the following libraries: conf, daemon, event_pipe, log. --- src/daemon.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/daemon.c') 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 #endif +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "daemon" + #ifndef WIN32 /** the Unix user name which MPD runs as */ -- cgit v1.2.3