From ba74dcd4687bc1a3f81ba05f5d50e63df7d833e0 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Tue, 27 Nov 2012 11:13:14 -0800 Subject: [PATCH] BLUEGENE - clearer debug message --- src/plugins/select/bluegene/bg_job_run.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/select/bluegene/bg_job_run.c b/src/plugins/select/bluegene/bg_job_run.c index 998029168b5..58a0ee309be 100644 --- a/src/plugins/select/bluegene/bg_job_run.c +++ b/src/plugins/select/bluegene/bg_job_run.c @@ -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); -- GitLab