From 18b59d5dc2bc92713a02916f0b3b201fb060ad5a Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Wed, 2 Oct 2013 16:50:15 -0700
Subject: [PATCH] Change error message for missing time limit

Error message changed from
Missing time limit
to Job submission rejected due to missing time limit
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 9215ed76d47..06134dfbb56 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,
-	  "Missing time limit"                                  }
+	  "Job submission rejected due to missing time limit"   }
 };
 
 /*
-- 
GitLab