summaryrefslogtreecommitdiff
path: root/modules/examples
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2016-01-19 12:02:41 +0000
committerRainer Jung <rjung@apache.org>2016-01-19 12:02:41 +0000
commitaf14d158a34d1ae0983f6ec45461db500a3991b1 (patch)
tree1b71f886604419904aa474d0d02ce0d8af3eb168 /modules/examples
parent27a0d082352ab5a7d8608b55323516212db08a77 (diff)
downloadhttpd-af14d158a34d1ae0983f6ec45461db500a3991b1.tar.gz
Added many log numbers to log statements that
had none. Those were not detected by the coccinelle script. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1725485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/examples')
-rw-r--r--modules/examples/mod_example_ipc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/examples/mod_example_ipc.c b/modules/examples/mod_example_ipc.c
index 9685f8fc33..6f48a842d0 100644
--- a/modules/examples/mod_example_ipc.c
+++ b/modules/examples/mod_example_ipc.c
@@ -284,7 +284,7 @@ static int exipc_handler(request_rec *r)
* and returned BUSY. So, bump the time and try again
*/
timecamped += CAMPOUT;
- ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, r->server,
+ ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, r->server, APLOGNO(03187)
"Child %ld camping out on mutex for %" APR_INT64_T_FMT
" microseconds",
(long int) getpid(), timecamped);