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/conf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/conf.c') diff --git a/src/conf.c b/src/conf.c index ea3f449dc..2f022411e 100644 --- a/src/conf.c +++ b/src/conf.c @@ -29,6 +29,9 @@ #include #include +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "config" + #define MAX_STRING_SIZE MPD_PATH_MAX+80 #define CONF_COMMENT '#' -- cgit v1.2.3