diff --git a/src/sacct/process.c b/src/sacct/process.c
index a1997816fabccf3d4ee19ee974a8d4e236b2dfa3..c738884e544430aa96adb4f51a2dd2f371a7f4d7 100644
--- a/src/sacct/process.c
+++ b/src/sacct/process.c
@@ -403,7 +403,8 @@ void process_terminated(char *f[], int lc)
 		fprintf(stderr,
 			"Conflicting JOB_TERMINATED record (%s) for "
 			"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++;
 		goto finished;
 	}
diff --git a/src/slurmd/slurmd/slurmd.c b/src/slurmd/slurmd/slurmd.c
index 644aac51c4fcb02ff370764f73f11ee8ff75e50c..f3e636b42e7f62754f177c1f389fe9df83b40fda 100644
--- a/src/slurmd/slurmd/slurmd.c
+++ b/src/slurmd/slurmd/slurmd.c
@@ -359,6 +359,7 @@ _service_connection(void *arg)
 	/* set msg connection fd to accepted fd. This allows 
 	 *  possibility for slurmd_req () to close accepted connection
 	 */
+
 	debug2("got this type of message %d with %d other responses",
 	     msg->msg_type, list_count(ret_list));
 	msg->ret_list = ret_list;