Skip to content

Commit

Permalink
Bugfix:Log format output type does not match
Browse files Browse the repository at this point in the history
  • Loading branch information
terrencetang2023 committed Aug 21, 2023
1 parent fe38804 commit a35502b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/src/app/srs_app_hls.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ void SrsHls::hls_show_mux_log()
// the run time is not equals to stream time,
// @see: https://github.com/ossrs/srs/issues/81#issuecomment-48100994
// it's ok.
srs_trace("-> " SRS_CONSTS_LOG_HLS " time=%dms, sno=%d, ts=%s, dur=%dms, dva=%dp",
srs_trace("-> " SRS_CONSTS_LOG_HLS " time=%lldms, sno=%d, ts=%s, dur=%dms, dva=%dp",
pprint->age(), controller->sequence_no(), controller->ts_url().c_str(),
srsu2msi(controller->duration()), controller->deviation());
}
Expand Down

0 comments on commit a35502b

Please sign in to comment.