From 26a149bba9ea154e6fd30ef587664b97f4844b1c Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Mon, 13 Jan 2014 07:42:01 -0800 Subject: [PATCH] Minor change in wording for error message --- src/slurmctld/proc_req.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/slurmctld/proc_req.c b/src/slurmctld/proc_req.c index 12c98cae8f6..9fac0602283 100644 --- a/src/slurmctld/proc_req.c +++ b/src/slurmctld/proc_req.c @@ -2220,8 +2220,9 @@ static void _slurm_rpc_node_registration(slurm_msg_t * msg) (node_reg_stat_msg->hash_val != NO_VAL) && (node_reg_stat_msg->hash_val != slurm_get_hash_val())) { error("Node %s appears to have a different slurm.conf " - "than the slurmctld. This could cause issues " - "with communication and functionality. " + "than the slurmctld (the checksum computed by " + "the slurmd deamon differs). This could cause " + "issues with communication and functionality. " "Please review both files and make sure they " "are the same. If this is expected ignore, and " "set DebugFlags=NO_CONF_HASH in your slurm.conf.", -- GitLab