From f9fa37634527fd590ed741be963d97ba808ef544 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Mon, 28 Nov 2005 22:34:53 +0000
Subject: [PATCH] fixed Dong's bgl partition problem

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

diff --git a/src/plugins/select/bluegene/plugin/bg_block_info.c b/src/plugins/select/bluegene/plugin/bg_block_info.c
index 35b3cdfc41a..a4e7a836a8b 100644
--- a/src/plugins/select/bluegene/plugin/bg_block_info.c
+++ b/src/plugins/select/bluegene/plugin/bg_block_info.c
@@ -79,7 +79,7 @@ static int _block_is_deallocating(bg_record_t *bg_record)
 				  bg_record->user_name)) {
 				error("Partition %s was in a ready state "
 				      "for user %s but is being freed. "
-				      "Job %u was lost.",
+				      "Job %d was lost.",
 				      bg_record->bg_block_id,
 				      bg_record->user_name,
 				      bg_record->job_running);
-- 
GitLab