diff options
author | Yann Ylavic <ylavic@apache.org> | 2016-03-21 10:21:52 +0000 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2016-03-21 10:21:52 +0000 |
commit | 973b98f879bdedc4a2cd283be97f17869b49fb05 (patch) | |
tree | e25630411c05ac6c7dd0e30039ebcce976703c40 /modules/ssl | |
parent | 71142b35117b1ae2a8ebfd459920511e1be5a390 (diff) | |
download | httpd-973b98f879bdedc4a2cd283be97f17869b49fb05.tar.gz |
Follow up to r1735882: fill in APLOGNO().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl')
-rw-r--r-- | modules/ssl/ssl_engine_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c index 7423b06cfe..8304c8944b 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/ssl_engine_init.c @@ -618,7 +618,7 @@ static apr_status_t ssl_init_ctx_protocol(server_rec *s, } else { SSL_CTX_free(ctx); mctx->ssl_ctx = NULL; - ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO() + ap_log_error(APLOG_MARK, APLOG_EMERG, 0, s, APLOGNO(03378) "No SSL protocols available [hint: SSLProtocol]"); return ssl_die(s); } |