From 75a2708bf2adcb1ec449213ccb1239ea02862fcc Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 6 Mar 2003 20:37:46 +0000
Subject: [PATCH] Minor change to an error messasge

---
 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 093ad8fc672..1b49197dec7 100644
--- a/src/common/slurm_errno.c
+++ b/src/common/slurm_errno.c
@@ -111,7 +111,7 @@ static slurm_errtab_t slurm_errtab[] = {
 	{ ESLURM_REQUESTED_NODE_CONFIG_UNAVAILABLE,
 	  "Requested node configuration is not available"	},
 	{ ESLURM_REQUESTED_PART_CONFIG_UNAVAILABLE,
-	  "Requested partition configuration is not available"	},
+	  "Requested partition configuration is not available, job queued" },
 	{ ESLURM_NODES_BUSY, 
 	  "Requested nodes are busy"				},
 	{ ESLURM_INVALID_JOB_ID, 
-- 
GitLab