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/event_pipe.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/event_pipe.c') diff --git a/src/event_pipe.c b/src/event_pipe.c index 2bfdf204..43a1c4c1 100644 --- a/src/event_pipe.c +++ b/src/event_pipe.c @@ -34,6 +34,9 @@ #include #endif +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "event_pipe" + static int event_pipe[2]; static guint event_pipe_source_id; static GMutex *event_pipe_mutex; -- cgit v1.2.3