Skip to content

Commit

Permalink
Change log from error to info (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamamayair authored Jan 3, 2024
1 parent 09461c7 commit 456a9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-mpegts-kmp-module/src/ngx_ts_kmp_track.c
Original file line number Diff line number Diff line change
Expand Up @@ -1719,7 +1719,7 @@ ngx_ts_kmp_track_create(ngx_ts_handler_data_t *hd)
return NGX_ERROR;

case NGX_DONE:
ngx_log_error(NGX_LOG_ERR, ts->log, 0,
ngx_log_error(NGX_LOG_INFO, ts->log, 0,
"ngx_ts_kmp_track_create: ignored type %uD",
(uint32_t) es->type);
continue;
Expand Down

0 comments on commit 456a9d1

Please sign in to comment.