[nginx] svn commit: r4580 - trunk/src/http/modules

igor at sysoev.ru igor at sysoev.ru
Tue Apr 10 11:28:59 UTC 2012


Author: is
Date: 2012-04-10 11:28:59 +0000 (Tue, 10 Apr 2012)
New Revision: 4580
URL: http://trac.nginx.org/nginx/changeset/4580/nginx

Log:
Fixed debug logging.


Modified:
   trunk/src/http/modules/ngx_http_mp4_module.c

Modified: trunk/src/http/modules/ngx_http_mp4_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_mp4_module.c	2012-04-10 11:27:43 UTC (rev 4579)
+++ trunk/src/http/modules/ngx_http_mp4_module.c	2012-04-10 11:28:59 UTC (rev 4580)
@@ -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) {



More information about the nginx-devel mailing list