mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
On the trunk:
mod_ssl: changing from APLOG_WARN to DEBUG to INFO after review. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1841455 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -356,7 +356,7 @@ int ssl_hook_ReadReq(request_rec *r)
|
|||||||
* server config we used for handshaking or in our current server.
|
* server config we used for handshaking or in our current server.
|
||||||
* This should avoid insecure configuration by accident.
|
* This should avoid insecure configuration by accident.
|
||||||
*/
|
*/
|
||||||
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02033)
|
ap_log_rerror(APLOG_MARK, APLOG_INFO, 0, r, APLOGNO(02033)
|
||||||
"No hostname was provided via SNI for a name based"
|
"No hostname was provided via SNI for a name based"
|
||||||
" virtual host");
|
" virtual host");
|
||||||
apr_table_setn(r->notes, "error-notes",
|
apr_table_setn(r->notes, "error-notes",
|
||||||
|
Reference in New Issue
Block a user