This commit is contained in:
zhengxue 2021-02-02 14:59:43 +08:00
parent 1a68c72912
commit c020db56d2
1 changed files with 1 additions and 1 deletions

View File

@ -1138,7 +1138,7 @@ do_gucset(const char *action_type, const char *data_dir)
rc = strncpy_s(newconf_line, MAX_PARAM_LEN*2, optconf_line, (size_t)Min(line_len, MAX_PARAM_LEN*2 - 1));
securec_check_c(rc, "\0", "\0");
} else {
write_stderr( _("ERROR: %s parameters value is expected\n"), config_param[i]);
write_stderr(_("ERROR: %s parameters value is expected\n"), config_param[i]);
return FAILURE;
}
}