diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c index 81b02b2d4607bba239dfc727134fb1815ce295a4..2ca420910b4d24057fc997f26130e6b91eabe4ba 100644 --- a/src/plugins/select/cons_res/select_cons_res.c +++ b/src/plugins/select/cons_res/select_cons_res.c @@ -2758,7 +2758,7 @@ bitstr_t *_sequential_pick(bitstr_t *avail_bitmap, uint32_t node_cnt, } bit_fmt(str, (sizeof(str) - 1), *core_bitmap); - info("sequential pick using coremap: %s", str); + debug2("sequential pick using coremap: %s", str); } else { /* Reservation is using full nodes */ while (node_cnt) { @@ -2783,7 +2783,7 @@ bitstr_t *_sequential_pick(bitstr_t *avail_bitmap, uint32_t node_cnt, } bit_fmt(str, (sizeof(str) - 1), sp_avail_bitmap); - info("sequential pick using nodemap: %s", str); + debug2("sequential pick using nodemap: %s", str); } return sp_avail_bitmap;