mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
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
This commit is contained in:
@@ -256,7 +256,7 @@ apr_status_t ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
|
||||
if (sc->vhost_id) {
|
||||
/* already set. This should only happen if this config rec is
|
||||
* shared with another server. Argh! */
|
||||
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s, APLOGNO()
|
||||
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s, APLOGNO(10104)
|
||||
"%s, SSLSrvConfigRec shared from %s",
|
||||
ssl_util_vhostid(p, s), sc->vhost_id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user