diff options
Diffstat (limited to 'src/event_pipe.c')
-rw-r--r-- | src/event_pipe.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/event_pipe.c b/src/event_pipe.c index 2bfdf2044..43a1c4c18 100644 --- a/src/event_pipe.c +++ b/src/event_pipe.c @@ -34,6 +34,9 @@ #include <fcntl.h> #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; |