From 01dddf987efc8d19efb645cb4caecb1208643586 Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Tue, 7 Feb 2023 09:09:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hgdriver/hgdev/hg_scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hgdriver/hgdev/hg_scanner.cpp b/hgdriver/hgdev/hg_scanner.cpp index ae32c56..8fca720 100644 --- a/hgdriver/hgdev/hg_scanner.cpp +++ b/hgdriver/hgdev/hg_scanner.cpp @@ -3858,7 +3858,7 @@ void hg_scanner::image_process(std::shared_ptr& buffer, uint32_t id save_dpi_color_check_val = res.scaleXY; is_dpi_color_check = false; - VLOG_MINI_3(LOG_LEVEL_DEBUG_INFO, "Set distortion val is:h:%d w:%d distortion val is:%d\n", distortion_val.h, distortion_val.w, distortion_val.scaleXY); + VLOG_MINI_3(LOG_LEVEL_DEBUG_INFO, "Set distortion val is:h:%f w:%f distortion val is:%f\n", distortion_val.h, distortion_val.w, distortion_val.scaleXY); } else if (param.cis_image) {