]> git.kaiwu.me - nginx.git/commitdiff
Fix build.
authorSergey Kandaurov <pluknet@nginx.com>
Thu, 12 Mar 2020 15:08:26 +0000 (18:08 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Thu, 12 Mar 2020 15:08:26 +0000 (18:08 +0300)
src/http/ngx_http_request.c

index 7a2c78046c8101c54f152d2830c3bd8ba91fb6fe..f463e674e371ed24a5821a8f160926cd42ac684d 100644 (file)
@@ -395,7 +395,8 @@ ngx_http_quic_stream_handler(ngx_connection_t *c)
 {
     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);
 }