]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix format string type check
authorStefan Eissing <icing@apache.org>
Fri, 13 Oct 2023 13:51:43 +0000 (13:51 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 13 Oct 2023 13:51:43 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1912941 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index d6e806e1d3dc1b56e82ebd2c879eac971a670a02..2ac2c0f0d4f4460675b9cdaaffa695b686ee5916 100644 (file)
@@ -3845,7 +3845,7 @@ PROXY_DECLARE(int) ap_proxy_connect_backend(const char *proxy_function,
                 worker->s->error_time = apr_time_now();
                 worker->s->status |= PROXY_WORKER_IN_ERROR;
                 ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO(00959)
-                    "ap_proxy_connect_backend disabling worker for (%s:%hu) "
+                    "ap_proxy_connect_backend disabling worker for (%s:%d) "
                     "for %" APR_TIME_T_FMT "s",
                     worker->s->hostname_ex, (int)worker->s->port,
                     apr_time_sec(worker->s->retry));