aboutsummaryrefslogtreecommitdiffstats
path: root/src/input_curl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_curl.c')
-rw-r--r--src/input_curl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input_curl.c b/src/input_curl.c
index 4956cf5c9..f99cba7d1 100644
--- a/src/input_curl.c
+++ b/src/input_curl.c
@@ -31,6 +31,9 @@
#include <curl/curl.h>
#include <glib.h>
+#undef G_LOG_DOMAIN
+#define G_LOG_DOMAIN "input_curl"
+
/** rewinding is possible after up to 64 kB */
static const off_t max_rewind_size = 64 * 1024;