From a6b904c98d626abbe53ce474e2c5d18f49ed41d6 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@llnl.gov> Date: Wed, 9 Feb 2005 23:30:21 +0000 Subject: [PATCH] minor changes on displaying info --- src/plugins/select/bluegene/bluegene.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/select/bluegene/bluegene.c b/src/plugins/select/bluegene/bluegene.c index 9246417b104..e9f6352bb61 100644 --- a/src/plugins/select/bluegene/bluegene.c +++ b/src/plugins/select/bluegene/bluegene.c @@ -412,9 +412,10 @@ extern int create_static_partitions(List part_list) bgl_record->conn_type); bgl_record->node_use = SELECT_VIRTUAL_NODE_MODE; configure_partition(bgl_record); + print_bgl_record(bgl_record); found_record = (bgl_record_t*) xmalloc(sizeof(bgl_record_t)); - //list_push(bgl_list, found_record); + list_push(bgl_list, found_record); found_record->bgl_part_list = bgl_record->bgl_part_list; found_record->hostlist = bgl_record->hostlist; @@ -658,7 +659,7 @@ static int _delete_old_partitions(void) //debug("Checking if Partition %s is free",part_name); if ((rc = rm_get_partition(part_name, &my_part)) != STATUS_OK) { - info("Above error is ok. " + debug("Above error is ok. " "Partition %s doesn't exist.", part_name); continue; -- GitLab