Skip to content
Snippets Groups Projects
Commit 16b3471d authored by Morris Jette's avatar Morris Jette
Browse files

Modify requeue log message format

parent bafd7902
No related branches found
No related tags found
No related merge requests found
...@@ -3816,7 +3816,7 @@ inline static void _slurm_rpc_requeue(slurm_msg_t * msg) ...@@ -3816,7 +3816,7 @@ inline static void _slurm_rpc_requeue(slurm_msg_t * msg)
job_hold_requeue(job_ptr); job_hold_requeue(job_ptr);
info("%s: %u: %s", __func__, req_ptr->job_id, TIME_STR); info("%s: JobID=%u: %s", __func__, req_ptr->job_id, TIME_STR);
/* Functions below provide their own locking /* Functions below provide their own locking
*/ */
......
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