From 7fb307b933ef6826ced67d968c492ad6a7ac810a Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Sat, 20 May 2023 12:09:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9TWAIN=E6=97=A5=E5=BF=97?= =?UTF-8?q?=E7=BA=A7=E5=88=AB=E9=85=8D=E7=BD=AE=E5=85=B3=E9=94=AE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sane/scanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sane/scanner.cpp b/sane/scanner.cpp index cb4295c..077e658 100644 --- a/sane/scanner.cpp +++ b/sane/scanner.cpp @@ -3353,7 +3353,7 @@ static int get_log_level(const char* log_file) } cfg += "\\debug.cfg"; - return GetPrivateProfileIntA("log", "twain_level", 1, cfg.c_str()); + return GetPrivateProfileIntA("log", "twain-level", 1, cfg.c_str()); } void init_log(void) {