From: erickson Date: Mon, 1 May 2006 14:39:00 +0000 (+0000) Subject: added log line X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=4e1cd59f7b3cb789d1771bdefbd2638a2010b98a;p=opensrf%2Fbjwebb.git added log line git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@707 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/gateway/apachetools.c b/src/gateway/apachetools.c index 6561683..39a3d75 100644 --- a/src/gateway/apachetools.c +++ b/src/gateway/apachetools.c @@ -26,6 +26,9 @@ string_array* apacheParseParms(request_rec* r) { char body[1025]; memset(body,0,1025); buffer = buffer_init(1025); + + + osrfLogDebug(OSRF_LOG_MARK, "gateway client has post data, reading..."); long bread; while( (bread = ap_get_client_block(r, body, 1024)) ) {