From c88a8745d62c882433bdf43c6aae8c0f903f7cb1 Mon Sep 17 00:00:00 2001 From: Stefan Eissing Date: Wed, 13 Dec 2017 15:02:54 +0000 Subject: On the trunk: updated missing log tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818030 13f79535-47bb-0310-9956-ffa450edef68 --- server/listen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/listen.c') diff --git a/server/listen.c b/server/listen.c index 6632be3a35..2d1db6dc29 100644 --- a/server/listen.c +++ b/server/listen.c @@ -536,7 +536,7 @@ static const char *alloc_listener(process_rec *process, const char *addr, if (scope_id) { status = apr_sockaddr_zone_set(new->bind_addr, scope_id); if (status) { - ap_log_perror(APLOG_MARK, APLOG_CRIT, status, process->pool, APLOGNO() + ap_log_perror(APLOG_MARK, APLOG_CRIT, status, process->pool, APLOGNO(10102) "alloc_listener: failed to set scope for %pI to %s", new->bind_addr, scope_id); return "Listen step failed"; -- cgit v1.2.3