Skip to content
Snippets Groups Projects
Commit e8014a2d authored by Danny Auble's avatar Danny Auble
Browse files

better debug message

parent e86e6e01
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment