diff options
author | Igor Sysoev <igor@sysoev.ru> | 2012-04-10 11:28:59 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2012-04-10 11:28:59 +0000 |
commit | 3ef52765c84ff979e7ae13ccd2ad3497b93b777c (patch) | |
tree | 3b101788f2128c64491e33f2e787e3240f701ba4 | |
parent | 654a56e06a5d5b8a25bdbc8d5a84bd8b962de1cb (diff) | |
download | nginx-3ef52765c84ff979e7ae13ccd2ad3497b93b777c.tar.gz nginx-3ef52765c84ff979e7ae13ccd2ad3497b93b777c.zip |
Fixed debug logging.
-rw-r--r-- | src/http/modules/ngx_http_mp4_module.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_mp4_module.c b/src/http/modules/ngx_http_mp4_module.c index 9c198eea8..91846d784 100644 --- a/src/http/modules/ngx_http_mp4_module.c +++ b/src/http/modules/ngx_http_mp4_module.c @@ -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) { |