From 9512704055793e62e08f5d134297af47c5101dcb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 25 Feb 2009 19:53:38 +0100 Subject: output: set a GLib log domain --- src/output_thread.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/output_thread.c') diff --git a/src/output_thread.c b/src/output_thread.c index 709d8d1a2..2640adfbd 100644 --- a/src/output_thread.c +++ b/src/output_thread.c @@ -21,10 +21,14 @@ #include "output_internal.h" #include + #include #include #include +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "output" + enum { /** after a failure, wait this number of seconds before automatically reopening the device */ -- cgit v1.2.3