mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 03:12:07 +00:00
ENH: move some level
jira: [none] Change-Id: Ibd0d380b16b30f63144d38a0c34972d8b7c4153f (cherry picked from commit 2da69efd9b0db6c2be6a1b3985bbafb7afc5d3be)
This commit is contained in:
@@ -97,7 +97,7 @@ void BindJob::process(Ctl &ctl)
|
||||
);
|
||||
|
||||
if (result < 0) {
|
||||
BOOST_LOG_TRIVIAL(trace) << "login: result = " << result;
|
||||
BOOST_LOG_TRIVIAL(info) << "login: result = " << result;
|
||||
|
||||
if (result_code == BAMBU_NETWORK_ERR_BIND_ECODE_LOGIN_REPORT_FAILED || result_code == BAMBU_NETWORK_ERR_BIND_GET_PRINTER_TICKET_TIMEOUT) {
|
||||
int error_code;
|
||||
@@ -119,7 +119,7 @@ void BindJob::process(Ctl &ctl)
|
||||
|
||||
DeviceManager* dev = Slic3r::GUI::wxGetApp().getDeviceManager();
|
||||
if (!dev) {
|
||||
BOOST_LOG_TRIVIAL(trace) << "login: dev is null";
|
||||
BOOST_LOG_TRIVIAL(error) << "login: dev is null";
|
||||
post_fail_event(result_code, result_info);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user