changeset 8210:b761ca7df7d0 quic

Fix build.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 12 Mar 2020 18:08:26 +0300
parents 36fe31ce9582
children 6bc18966b8c1
files src/http/ngx_http_request.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -395,7 +395,8 @@ ngx_http_quic_stream_handler(ngx_connect
 {
     ngx_quic_stream_t *qs = c->qs;
 
-    printf("quic stream: 0x%lx\n", qs->id);
+    ngx_log_debug1(NGX_LOG_DEBUG_HTTP, c->log, 0,
+                   "quic stream: 0x%uXL", qs->id);
 }