aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_file.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-17 22:58:27 +0100
committerMax Kellermann <max@duempel.org>2009-02-17 22:58:27 +0100
commit9245bd0c69667f7622d70e87f05d9e9c5a90f88d (patch)
tree10ad7869125f67975d1b8e60f2f8ba207f941ae5 /src/input_file.c
parent7b84f1e6b3b26034336897012dd34593385c417b (diff)
downloadmpd-9245bd0c69667f7622d70e87f05d9e9c5a90f88d.tar.gz
mpd-9245bd0c69667f7622d70e87f05d9e9c5a90f88d.tar.xz
mpd-9245bd0c69667f7622d70e87f05d9e9c5a90f88d.zip
input_file, input_curl, icy_metadata: added GLib log domains
Define G_LOG_DOMAIN.
Diffstat (limited to '')
-rw-r--r--src/input_file.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_file.c b/src/input_file.c
index cf5c080f5..b29a412f9 100644
--- a/src/input_file.c
+++ b/src/input_file.c
@@ -25,6 +25,9 @@
#include <string.h>
#include <glib.h>
+#undef G_LOG_DOMAIN
+#define G_LOG_DOMAIN "input_file"
+
static bool
input_file_open(struct input_stream *is, const char *filename)
{