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

more warning fixes

parent 56e73450
No related branches found
No related tags found
No related merge requests found
...@@ -403,7 +403,8 @@ void process_terminated(char *f[], int lc) ...@@ -403,7 +403,8 @@ void process_terminated(char *f[], int lc)
fprintf(stderr, fprintf(stderr,
"Conflicting JOB_TERMINATED record (%s) for " "Conflicting JOB_TERMINATED record (%s) for "
"job %d at line %d -- ignoring it\n", "job %d at line %d -- ignoring it\n",
decode_status_int(temp->status), job, lc); decode_status_int(temp->status),
job->header.jobnum, lc);
input_error++; input_error++;
goto finished; goto finished;
} }
......
...@@ -359,6 +359,7 @@ _service_connection(void *arg) ...@@ -359,6 +359,7 @@ _service_connection(void *arg)
/* set msg connection fd to accepted fd. This allows /* set msg connection fd to accepted fd. This allows
* possibility for slurmd_req () to close accepted connection * possibility for slurmd_req () to close accepted connection
*/ */
debug2("got this type of message %d with %d other responses", debug2("got this type of message %d with %d other responses",
msg->msg_type, list_count(ret_list)); msg->msg_type, list_count(ret_list));
msg->ret_list = ret_list; msg->ret_list = ret_list;
......
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