Skip to content
Snippets Groups Projects
Commit e4ea5b76 authored by Moe Jette's avatar Moe Jette
Browse files

Fix typo in config info msg.

parent be2ee9c8
No related branches found
No related tags found
No related merge requests found
......@@ -70,9 +70,9 @@ void slurm_print_ctl_conf ( FILE* out,
slurm_ctl_conf_ptr->heartbeat_interval);
fprintf(out, "InactiveLimit = %u\n",
slurm_ctl_conf_ptr->inactive_limit);
fprintf(out, "CredPrivateKey = %s\n",
fprintf(out, "JobCredPrivateKey = %s\n",
slurm_ctl_conf_ptr->job_credential_private_key);
fprintf(out, "CredPubliceKey = %s\n",
fprintf(out, "JobCredPublicKey = %s\n",
slurm_ctl_conf_ptr->job_credential_public_certificate);
fprintf(out, "KillWait = %u\n",
slurm_ctl_conf_ptr->kill_wait);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment