output/httpd: define G_LOG_DOMAIN in httpd_client.c

This commit is contained in:
Max Kellermann 2011-01-07 18:00:12 +01:00
parent b75d53413d
commit 4f2d67dfb0
1 changed files with 3 additions and 0 deletions

View File

@ -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.