From bcafb7bcbc43b2bfbd56bf519bea79a9c60e8e29 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Tue, 7 Dec 2004 23:27:28 +0000
Subject: [PATCH] Modify log message for greater clarity.

---
 src/plugins/select/bluegene/bluegene.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/select/bluegene/bluegene.c b/src/plugins/select/bluegene/bluegene.c
index 67a13d339ed..8699679bc6a 100644
--- a/src/plugins/select/bluegene/bluegene.c
+++ b/src/plugins/select/bluegene/bluegene.c
@@ -173,7 +173,7 @@ static int  _validate_config_nodes(void)
 			break;
 		}
 		if (!conf_record->bgl_part_id) {
-			info("BGL PartitionID:NONE Nodes %s", nodes);
+			info("BGL PartitionID:NONE Nodes:%s", nodes);
 			rc = EINVAL;
 		} else {
 			info("BGL PartitionID:%s Nodes:%s Conn:%s Mode:%s",
-- 
GitLab