FIX: avoid create new console log in network module
Change-Id: I2845078e51c7fe1ca8e80a866d0dd92f4e7dce5c
This commit is contained in:
parent
260e2e1c31
commit
026bd3d872
|
@ -2598,15 +2598,15 @@ __retry:
|
||||||
if (m_agent) {
|
if (m_agent) {
|
||||||
m_agent->set_config_dir(data_directory);
|
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
|
//BBS start http log
|
||||||
if (m_agent) {
|
if (m_agent) {
|
||||||
m_agent->init_log();
|
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();
|
init_http_extra_header();
|
||||||
|
|
||||||
if (m_agent) {
|
if (m_agent) {
|
||||||
|
|
Loading…
Reference in New Issue