From: Niels Provos Date: Fri, 3 Feb 2006 19:24:28 +0000 (+0000) Subject: fix a compile problem when USE_DEBUG is enabled X-Git-Tag: release-2.0.1-alpha~749 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6717cf313ac8b06f8f588f071d333854a6e1fe1e;p=libevent fix a compile problem when USE_DEBUG is enabled svn:r198 --- diff --git a/http.c b/http.c index b6821095..9a700032 100644 --- a/http.c +++ b/http.c @@ -802,7 +802,7 @@ evhttp_read_header(int fd, short what, void *arg) case EVHTTP_RESPONSE: event_debug(("%s: starting to read body for \"%s\" on %d\n", - __func__, req->assoc_req->host, req->fd)); + __func__, req->remote_host, req->fd)); evhttp_get_body(req); break;