调整帮助文档打印日志

This commit is contained in:
yangjiaxuan 2023-08-02 14:27:48 +08:00
parent 85215abfa5
commit a974ab1c58
1 changed files with 1 additions and 1 deletions

View File

@ -1498,7 +1498,7 @@ int hg_scanner::setting_help(void* data, long* len)
if (access(helpfile.c_str(),F_OK) == -1) if (access(helpfile.c_str(),F_OK) == -1)
#endif #endif
{ {
VLOG_MINI_2(LOG_LEVEL_DEBUG_INFO,"open help file fail,not find file :%d code page :%d\r\n",helpfile.c_str(), code_page); VLOG_MINI_2(LOG_LEVEL_DEBUG_INFO,"open help file fail,not find file :%s code page :%d\r\n",helpfile.c_str(), code_page);
ret = SCANNER_ERR_OPEN_FILE_FAILED; ret = SCANNER_ERR_OPEN_FILE_FAILED;
return ret ; return ret ;
} }