changeset 4579:778ea2f7268c

Fixed debug logging.
author Igor Sysoev <igor@sysoev.ru>
date Tue, 10 Apr 2012 11:28:59 +0000
parents dbbc5ad46216
children ae60a1085c82
files src/http/modules/ngx_http_mp4_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
                  - 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) {