commit | 3ef52765c84ff979e7ae13ccd2ad3497b93b777c | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Apr 10 11:28:59 2012 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Apr 10 11:28:59 2012 +0000 |
tree | 3b101788f2128c64491e33f2e787e3240f701ba4 | |
parent | 654a56e06a5d5b8a25bdbc8d5a84bd8b962de1cb [diff] |
Fixed debug logging.
diff --git a/src/http/modules/ngx_http_mp4_module.c b/src/http/modules/ngx_http_mp4_module.c index 9c198ee..91846d7 100644 --- a/src/http/modules/ngx_http_mp4_module.c +++ b/src/http/modules/ngx_http_mp4_module.c
@@ -752,7 +752,7 @@ - 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) {