From 272f3edb6fc8b74ede7c5a789f89c6dfe21f937f Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 9 Nov 2006 23:56:44 +0000 Subject: [PATCH] Change logging to be a bit less verbose --- src/plugins/select/cons_res/select_cons_res.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/select/cons_res/select_cons_res.c b/src/plugins/select/cons_res/select_cons_res.c index 074bbbdcd12..e920a38e505 100644 --- a/src/plugins/select/cons_res/select_cons_res.c +++ b/src/plugins/select/cons_res/select_cons_res.c @@ -1289,7 +1289,8 @@ extern int select_p_node_init(struct node_record *node_ptr, int node_cnt) select_node_ptr[i].alloc_sockets = 0; select_node_ptr[i].alloc_memory = 0; if ((cr_type == CR_CORE) || (cr_type == CR_CORE_MEMORY)) { - info("select_g_node_init sockets %d ", + info("select_g_node_init node:%s sockets:%u", + select_node_ptr[i].name, select_node_ptr[i].node_ptr->sockets); select_node_ptr[i].alloc_cores = xmalloc(sizeof(int) * @@ -1303,7 +1304,7 @@ extern int select_p_node_init(struct node_record *node_ptr, int node_cnt) if (prev_select_node_ptr && (i < prev_select_node_cnt) && (strcmp(prev_select_node_ptr[i].name, select_node_ptr[i].name) == 0)) { - info("recovered cons_res node data for %s", + debug2("recovered cons_res node data for %s", select_node_ptr[i].name); select_node_ptr[i].alloc_lps -- GitLab