mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Fix format type warning in mod_example_ipc.c.
Use APR_INT64_T_FMT instead of %d. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731032 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -315,8 +315,8 @@ static int exipc_handler(request_rec *r)
|
||||
*/
|
||||
timecamped += CAMPOUT;
|
||||
ap_log_error(APLOG_MARK, APLOG_NOERRNO | APLOG_NOTICE,
|
||||
0, r->server, "Child %ld camping out on mutex for %d "
|
||||
"microseconds",
|
||||
0, r->server, "Child %ld camping out on mutex for %" APR_INT64_T_FMT
|
||||
" microseconds",
|
||||
(long int) getpid(), timecamped);
|
||||
} /* Lock acquisition loop */
|
||||
|
||||
|
Reference in New Issue
Block a user