summaryrefslogtreecommitdiffstats
path: root/server/listen.c
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2017-12-13 16:02:54 +0100
committerStefan Eissing <icing@apache.org>2017-12-13 16:02:54 +0100
commitc88a8745d62c882433bdf43c6aae8c0f903f7cb1 (patch)
treef2f92a1d889643454eb599584ef12eee8303bbd3 /server/listen.c
parentupdate transformation (diff)
downloadapache2-c88a8745d62c882433bdf43c6aae8c0f903f7cb1.tar.xz
apache2-c88a8745d62c882433bdf43c6aae8c0f903f7cb1.zip
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
Diffstat (limited to 'server/listen.c')
-rw-r--r--server/listen.c2
1 files changed, 1 insertions, 1 deletions
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";