From c2447318364a8f3da8e0a208f2a764d7872c7e8a Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Fri, 2 Jun 2023 11:31:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E7=8A=B6=E6=80=814=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E7=9A=84=E9=94=99=E8=AF=AF=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/hg_scanner_302.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgdriver/hgdev/hg_scanner_302.cpp b/hgdriver/hgdev/hg_scanner_302.cpp index 2a53e9f..3b4294a 100644 --- a/hgdriver/hgdev/hg_scanner_302.cpp +++ b/hgdriver/hgdev/hg_scanner_302.cpp @@ -1078,7 +1078,7 @@ int hg_scanner_302::start(void) ret = status_ = SCANNER_ERR_DEVICE_ISLOCK; else { - ret = status_ = SCANNER_ERR_OUT_OF_RANGE; + ret = status_ = SCANNER_ERR_DEVICE_UNKNOWN_STATUS; VLOG_MINI_2(LOG_LEVEL_WARNING, "The device is abnormal(%d) and can not be scanned : %s\n", val, hg_scanner_err_name(ret)); //break; }