diff options
author | Stefan Eissing <icing@apache.org> | 2017-12-13 16:02:54 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2017-12-13 16:02:54 +0100 |
commit | c88a8745d62c882433bdf43c6aae8c0f903f7cb1 (patch) | |
tree | f2f92a1d889643454eb599584ef12eee8303bbd3 /server/vhost.c | |
parent | update transformation (diff) | |
download | apache2-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/vhost.c')
-rw-r--r-- | server/vhost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/vhost.c b/server/vhost.c index 15ba3bbb93..ac6d3a605b 100644 --- a/server/vhost.c +++ b/server/vhost.c @@ -212,7 +212,7 @@ static const char *get_addresses(apr_pool_t *p, const char *w_, if (scope_id) { rv = apr_sockaddr_zone_set(my_addr, scope_id); if (rv) { - ap_log_error(APLOG_MARK, APLOG_ERR, rv, NULL, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_ERR, rv, NULL, APLOGNO(10103) "Could not set scope ID %s for %pI -- ignoring!", scope_id, my_addr); return NULL; |