mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 21:19:12 -06:00
Fixed debug logging.
This commit is contained in:
parent
654a56e06a
commit
3ef52765c8
@ -752,7 +752,7 @@ ngx_http_mp4_process(ngx_http_mp4_file_t *mp4)
|
||||
- start_offset;
|
||||
|
||||
ngx_log_debug1(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0,
|
||||
"mp4 adjustment:%D", adjustment);
|
||||
"mp4 adjustment:%O", adjustment);
|
||||
|
||||
for (i = 0; i < mp4->trak.nelts; i++) {
|
||||
if (trak[i].out[NGX_HTTP_MP4_CO64_DATA].buf) {
|
||||
|
Loading…
Reference in New Issue
Block a user