diff --git a/src/plugins/select/bluegene/bl_bgq/bridge_helper.cc b/src/plugins/select/bluegene/bl_bgq/bridge_helper.cc index 73ed59eeae6497d6489ac2d7b2ce96af5b1ab778..a9cdeb667ee6a5c88a69f2b95ea6a5ca9a5bf56d 100644 --- a/src/plugins/select/bluegene/bl_bgq/bridge_helper.cc +++ b/src/plugins/select/bluegene/bl_bgq/bridge_helper.cc @@ -257,11 +257,11 @@ extern int bridge_handle_runtime_errors(const char *function, bg_block_state_string(state), bg_block_state_string(bg_record->state)); } else { - debug("%s: tring to boot a block %s that wasn't " - "free (system=%s) (us=%s), no real error.", - function, bg_record->bg_block_id, - bg_block_state_string(state), - bg_block_state_string(bg_record->state)); + debug2("%s: tring to boot a block %s that wasn't " + "free (system=%s) (us=%s), no real error.", + function, bg_record->bg_block_id, + bg_block_state_string(state), + bg_block_state_string(bg_record->state)); rc = SLURM_SUCCESS; }