output/httpd: define G_LOG_DOMAIN in httpd_client.c
This commit is contained in:
parent
b75d53413d
commit
4f2d67dfb0
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue