Skip to content

Commit

Permalink
fixup cmb_exec_cb state
Browse files Browse the repository at this point in the history
  • Loading branch information
grondo committed May 8, 2018
1 parent 7a41a81 commit 4475e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/wreck/job.c
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ static void cmb_exec_cb (flux_future_t *f, void *arg)
return;
}
else flux_log (h, LOG_ERR, "job%ju: unknown state %s",
(uintmax_t) job->id, state);
(uintmax_t) job->id, state ? state : "NULL");
flux_future_reset (f);
return;
}
Expand Down

0 comments on commit 4475e94

Please sign in to comment.