add log before do_stop

This commit is contained in:
gb 2023-12-04 14:58:54 +08:00
parent ebd227d27d
commit db0a5b7db3
1 changed files with 1 additions and 0 deletions

View File

@ -4324,6 +4324,7 @@ int hg_scanner::stop(void)
if (usb_img_index_ == 0)
std::this_thread::sleep_for(std::chrono::milliseconds(500));//BUG-801
VLOG_MINI_1(LOG_LEVEL_DEBUG_INFO, "user stopping (usb image reads %u) ... \n", usb_img_index_);
user_cancel_ = true;
ret = do_stop();