diff --git a/src/slurmd/slurmd/req.c b/src/slurmd/slurmd/req.c index d284edf6e9dbe3064c92bd8be6c6107cff5c7ef4..63f15eb1089a026346898d872bb8c62e01f20b92 100644 --- a/src/slurmd/slurmd/req.c +++ b/src/slurmd/slurmd/req.c @@ -4602,7 +4602,7 @@ _rpc_complete_batch(slurm_msg_t *msg) slurm_send_rc_msg(msg, ESLURM_USER_ID_MISSING); return; } - info("got batch finish"); + slurm_send_rc_msg(msg, SLURM_SUCCESS); if (running_serial) {