From e8014a2d365afc334f472e86972e09ef5823a09a Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Mon, 14 Jul 2008 23:30:23 +0000
Subject: [PATCH] better debug message

---
 src/common/slurm_protocol_defs.c | 2 +-
 src/sacctmgr/common.c            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/common/slurm_protocol_defs.c b/src/common/slurm_protocol_defs.c
index f54a8cf3cf1..7aea4bec2e6 100644
--- a/src/common/slurm_protocol_defs.c
+++ b/src/common/slurm_protocol_defs.c
@@ -159,7 +159,7 @@ extern void slurm_addto_char_list(List char_list, char *names)
 				start = i;
 				if(!names[i]) {
 					info("There is a problem with "
-					     "your line.  It appears you "
+					     "your request.  It appears you "
 					     "have spaces inside your list.");
 					break;
 				}
diff --git a/src/sacctmgr/common.c b/src/sacctmgr/common.c
index c333030e369..291f8fcae71 100644
--- a/src/sacctmgr/common.c
+++ b/src/sacctmgr/common.c
@@ -576,7 +576,7 @@ extern void addto_qos_char_list(List char_list, List qos_list, char *names)
 				start = i;
 				if(!names[i]) {
 					info("There is a problem with "
-					     "your line.  It appears you "
+					     "your request.  It appears you "
 					     "have spaces inside your list.");
 					break;
 				}
-- 
GitLab