Commit 4f2d67df authored by Max Kellermann's avatar Max Kellermann

output/httpd: define G_LOG_DOMAIN in httpd_client.c

parent b75d5341
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment