mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add log level in conf. change to 0.9.45
This commit is contained in:
parent
4984631cd6
commit
3f13726544
12 changed files with 103 additions and 43 deletions
|
@ -587,8 +587,8 @@ int SrsHlsMuxer::segment_open(int64_t segment_start_dts)
|
|||
srs_error("open hls muxer failed. ret=%d", ret);
|
||||
return ret;
|
||||
}
|
||||
srs_info("open HLS muxer success. vhost=%s, path=%s, tmp=%s",
|
||||
vhost.c_str(), current->full_path.c_str(), tmp_file.c_str());
|
||||
srs_info("open HLS muxer success. path=%s, tmp=%s",
|
||||
current->full_path.c_str(), tmp_file.c_str());
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue