mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Update srs_app_config.cpp (#2275)
bugfix: misleading error log information for transcode engine config param.
This commit is contained in:
parent
47a7a5f825
commit
bf58f915ef
1 changed files with 1 additions and 1 deletions
|
@ -3796,7 +3796,7 @@ srs_error_t SrsConfig::check_normal_config()
|
|||
&& e != "acodec" && e != "abitrate" && e != "asample_rate" && e != "achannels"
|
||||
&& e != "aparams" && e != "output" && e != "perfile"
|
||||
&& e != "iformat" && e != "oformat") {
|
||||
return srs_error_new(ERROR_SYSTEM_CONFIG_INVALID, "illegal vhost.transcode.engine.%s of %s", m.c_str(), vhost->arg0().c_str());
|
||||
return srs_error_new(ERROR_SYSTEM_CONFIG_INVALID, "illegal vhost.transcode.engine.%s of %s", e.c_str(), vhost->arg0().c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue