]> granicus.if.org Git - apache/commitdiff
Followup to r1670397: add missing APLOGNO.
authorRainer Jung <rjung@apache.org>
Tue, 31 Mar 2015 19:09:12 +0000 (19:09 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 31 Mar 2015 19:09:12 +0000 (19:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1670432 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index 1480ee3386494af3876656fe3e00d27ad068d120..bfff8303b5157bc72ad71abd45be65ce1fb42fd9 100644 (file)
@@ -1499,7 +1499,7 @@ static apr_status_t ssl_io_filter_input(ap_filter_t *f,
         if (sslconn->alpn_negofns) {
             SSL_get0_alpn_selected(inctx->ssl, &next_proto, &next_proto_len);
             ap_log_cerror(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, f->c,
-                          APLOGNO() "SSL negotiated protocol: '%s'",
+                          APLOGNO(02836) "SSL negotiated protocol: '%s'",
                           (next_proto && next_proto_len)?
                          apr_pstrmemdup(f->c->pool, (const char *)next_proto,
                               next_proto_len) : "(null)");