FIX: avoid create new console log in network module
Change-Id: I2845078e51c7fe1ca8e80a866d0dd92f4e7dce5c
This commit is contained in:
parent
260e2e1c31
commit
026bd3d872
1 changed files with 4 additions and 4 deletions
|
@ -2598,15 +2598,15 @@ __retry:
|
|||
if (m_agent) {
|
||||
m_agent->set_config_dir(data_directory);
|
||||
}
|
||||
//BBS set cert dir
|
||||
if (m_agent)
|
||||
m_agent->set_cert_file(resources_dir() + "/cert", "slicer_base64.cer");
|
||||
|
||||
//BBS start http log
|
||||
if (m_agent) {
|
||||
m_agent->init_log();
|
||||
}
|
||||
|
||||
//BBS set cert dir
|
||||
if (m_agent)
|
||||
m_agent->set_cert_file(resources_dir() + "/cert", "slicer_base64.cer");
|
||||
|
||||
init_http_extra_header();
|
||||
|
||||
if (m_agent) {
|
||||
|
|
Loading…
Reference in a new issue