From d7235aee32286cc63d6b5dad207e3e369355cbad Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Thu, 3 Oct 2013 07:31:00 -0700 Subject: [PATCH] Change error message for missing time limit This reverts commit 18b59d5dc2bc92713a02916f0b3b201fb060ad5a to avoid breaking anything that parses sbatch/salloc/srun output bug 438 --- src/common/slurm_errno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/slurm_errno.c b/src/common/slurm_errno.c index 06134dfbb56..3439668cc8a 100644 --- a/src/common/slurm_errno.c +++ b/src/common/slurm_errno.c @@ -397,7 +397,7 @@ static slurm_errtab_t slurm_errtab[] = { /* plugin and custom errors */ { ESLURM_MISSING_TIME_LIMIT, - "Job submission rejected due to missing time limit" } + "Missing time limit" } }; /* -- GitLab