diff options
author | Rainer Jung <rjung@apache.org> | 2016-01-19 01:03:18 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2016-01-19 01:03:18 +0100 |
commit | 44ce30494ebedf4b08485cbd38a893d1635ee4c2 (patch) | |
tree | 0e39bf10dda446cb58b13a1ddf2b10eb0da1602e /modules/debugging | |
parent | Leverage the OPTIONS code for HEAD as well... (diff) | |
download | apache2-44ce30494ebedf4b08485cbd38a893d1635ee4c2.tar.xz apache2-44ce30494ebedf4b08485cbd38a893d1635ee4c2.zip |
Added many log numbers to log statements that
had none.
Handled all files in modules/.
I used the coccinelle script provided by Stefan.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/debugging')
-rw-r--r-- | modules/debugging/mod_firehose.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/debugging/mod_firehose.c b/modules/debugging/mod_firehose.c index a9a63303ca..d7e4ed9745 100644 --- a/modules/debugging/mod_firehose.c +++ b/modules/debugging/mod_firehose.c @@ -485,7 +485,8 @@ static int firehose_open_logs(apr_pool_t *p, apr_pool_t *plog, | conn->nonblock, APR_OS_DEFAULT, plog))) { ap_log_error(APLOG_MARK, APLOG_WARNING, - rv, s, "mod_firehose: could not open '%s' for write, disabling firehose %s%s %s filter", + rv, s, APLOGNO(02990) + "mod_firehose: could not open '%s' for write, disabling firehose %s%s %s filter", conn->filename, conn->proxy == FIREHOSE_PROXY ? "proxy " : "", conn->request == FIREHOSE_REQUEST ? " request" : "connection", conn->direction == FIREHOSE_IN ? "input" : "output"); |