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

BLUEGENE - clearer debug message

parent e4431036
No related branches found
No related tags found
No related merge requests found
......@@ -322,8 +322,8 @@ static void _start_agent(bg_action_t *bg_action_ptr)
*/
if (!bg_record->free_cnt)
break;
debug("waiting for block %s to free for job %u %d "
"other(s) trying to free it",
debug("Waiting for block %s to free for job %u. "
"%d thread(s) trying to free it",
bg_record->bg_block_id, req_job_id,
bg_record->free_cnt);
slurm_mutex_unlock(&block_state_mutex);
......
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