ENH: add more log for print error

Change-Id: I8cccf4c8dc5c6e3d6fc08f75839585b384d83e4b
Signed-off-by: Stone Li <stone.li@bambulab.com>
This commit is contained in:
Stone Li 2022-11-01 12:09:17 +08:00 committed by Lane.Wei
parent 1167225348
commit 20702af590
3 changed files with 18 additions and 10 deletions

View file

@ -153,7 +153,8 @@ void HMSPanel::append_hms_panel(HMSItem& item) {
m_top_sizer->Add(m_notify_item, 0, wxALIGN_CENTER_HORIZONTAL);
else {
// debug for hms display error info
m_top_sizer->Add(m_notify_item, 0, wxALIGN_CENTER_HORIZONTAL);
// m_top_sizer->Add(m_notify_item, 0, wxALIGN_CENTER_HORIZONTAL);
BOOST_LOG_TRIVIAL(info) << "hms: do not display empty_item";
}
}