diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/output/httpd_client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/output/httpd_client.c b/src/output/httpd_client.c index 52a398e3b..adbdf7326 100644 --- a/src/output/httpd_client.c +++ b/src/output/httpd_client.c @@ -27,6 +27,9 @@ #include <assert.h> #include <string.h> +#undef G_LOG_DOMAIN +#define G_LOG_DOMAIN "httpd_output" + struct httpd_client { /** * The httpd output object this client is connected to. |