mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
ENH: add log in request_user_unbind for debuging
Change-Id: I9540080713ac848302b788797005b28a5938f547
This commit is contained in:
@@ -2916,7 +2916,9 @@ int GUI_App::request_user_unbind(std::string dev_id)
|
||||
{
|
||||
int result = -1;
|
||||
if (m_agent) {
|
||||
return m_agent->unbind(dev_id);
|
||||
result = m_agent->unbind(dev_id);
|
||||
BOOST_LOG_TRIVIAL(info) << "request_user_unbind, dev_id = " << dev_id << ", result = " << result;
|
||||
return result;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user