comparison src/http/modules/ngx_http_mp4_module.c @ 4093:28859c50233f

Fix of error message.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 12 Sep 2011 13:06:22 +0000
parents e27670e1ab70
children c98b7e351332
comparison
equal deleted inserted replaced
4092:4e62aee9f8af 4093:28859c50233f
2486 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0, 2486 ngx_log_debug0(NGX_LOG_DEBUG_HTTP, mp4->file.log, 0,
2487 "mp4 stco atom update"); 2487 "mp4 stco atom update");
2488 2488
2489 if (trak->start_chunk > trak->chunks) { 2489 if (trak->start_chunk > trak->chunks) {
2490 ngx_log_error(NGX_LOG_ERR, mp4->file.log, 0, 2490 ngx_log_error(NGX_LOG_ERR, mp4->file.log, 0,
2491 "start time is out mp4 stsc chunks in \"%\"", 2491 "start time is out mp4 stco chunks in \"%\"",
2492 mp4->file.name.data); 2492 mp4->file.name.data);
2493 return NGX_ERROR; 2493 return NGX_ERROR;
2494 } 2494 }
2495 2495
2496 data = trak->out[NGX_HTTP_MP4_STCO_DATA].buf; 2496 data = trak->out[NGX_HTTP_MP4_STCO_DATA].buf;