aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_file.c')
-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)
{