From c764f5e68ad232cf19e2807d9abb594b67efb78c Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 8 Apr 2004 19:49:58 +0000 Subject: [PATCH] Correct a couple of function names referenced in error messages. --- src/plugins/switch/switch_elan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/switch/switch_elan.c b/src/plugins/switch/switch_elan.c index 97f85ed254a..8df108690e1 100644 --- a/src/plugins/switch/switch_elan.c +++ b/src/plugins/switch/switch_elan.c @@ -587,7 +587,7 @@ int switch_p_job_init ( switch_jobinfo_t jobinfo, uid_t uid ) { char buf[4096]; - debug2("calling interconnect_init from process %lu", + debug2("calling qsw_prog_init from process %lu", (unsigned long) getpid()); verbose("ELAN: %s", qsw_capability_string( (qsw_jobinfo_t)jobinfo, buf, 4096)); @@ -601,7 +601,7 @@ int switch_p_job_init ( switch_jobinfo_t jobinfo, uid_t uid ) error("Initializing interconnect: " "is the rms kernel module loaded?"); else - error ("elan_interconnect_init: %m"); + error ("qsw_prog_init: %m"); qsw_print_jobinfo(log_fp(), (qsw_jobinfo_t)jobinfo); return SLURM_ERROR; -- GitLab