mirror of
https://github.com/nginx/nginx.git
synced 2025-07-24 06:06:25 +08:00
QUIC: Stateless Reset Token debug logging cleanup.
This commit is contained in:
parent
6a74c07ea0
commit
3749805864
@ -39,11 +39,9 @@ ngx_quic_new_sr_token(ngx_connection_t *c, ngx_str_t *cid, u_char *secret,
|
|||||||
return NGX_ERROR;
|
return NGX_ERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if (NGX_DEBUG)
|
|
||||||
ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
|
ngx_log_debug2(NGX_LOG_DEBUG_EVENT, c->log, 0,
|
||||||
"quic stateless reset token %*xs",
|
"quic stateless reset token %*xs",
|
||||||
(size_t) NGX_QUIC_SR_TOKEN_LEN, token);
|
(size_t) NGX_QUIC_SR_TOKEN_LEN, token);
|
||||||
#endif
|
|
||||||
|
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user