mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-10 06:01:48 +08:00
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) {
|
||||
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…
x
Reference in New Issue
Block a user