diff options
Diffstat (limited to 'modules/examples/mod_example_ipc.c')
-rw-r--r-- | modules/examples/mod_example_ipc.c | 2 |
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); |