更改TWAIN日志级别配置关键字

This commit is contained in:
gb 2023-05-20 12:09:29 +08:00
parent 87b0fbb5a0
commit 7fb307b933
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{