Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-03-23 12:22:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
56679b3c82a76d3cd4949d41b4dccc8b0f7ce6d2
56679b3c
1 parent
d94b9f44
add srs_log_file to write log to file. change to 0.9.27
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
56679b3
...
...
@@ -684,9 +684,9 @@ int SrsConfig::parse_file(const char* filename)
// TODO: check http.
// TODO: check pid.
std
::
string
filename
=
this
->
get_srs_log_file
();
if
(
!
filename
.
empty
())
{
srs_trace
(
"open log file %s and write to"
,
filename
.
c_str
());
std
::
string
log_filename
=
this
->
get_srs_log_file
();
if
(
!
log_filename
.
empty
())
{
srs_trace
(
"open log file %s and write to"
,
log_filename
.
c_str
());
}
return
ret
;
...
...
请
注册
或
登录
后发表评论