@@ -17,7 +17,7 @@ int main(int argc, char **argv)
char config_path[200];
sprintf(config_path, "%s/%s", getcwd(NULL, 0), config_file_path);
log_info("load config from %s", config_path);
log_info("[capture] 从以下路径加载配置:%s", config_path);
fp = fopen(config_path, "r");
if (!fp)
{
The note is not visible to the blocked user.