From cf200d607561b56e9d411e616d34d4a93019902f Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Fri, 26 Oct 2012 11:58:21 -0700
Subject: [PATCH] Minor change to salloc message when waiting for resources

---
 src/salloc/salloc.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/salloc/salloc.c b/src/salloc/salloc.c
index 1036334b0a8..6f6bd64f8b1 100644
--- a/src/salloc/salloc.c
+++ b/src/salloc/salloc.c
@@ -355,7 +355,7 @@ int main(int argc, char *argv[])
 		pending_job_id = alloc->job_id;
 #ifdef HAVE_BG
 		if (!_wait_bluegene_block_ready(alloc)) {
-			if(!allocation_interrupted)
+			if (!allocation_interrupted)
 				error("Something is wrong with the "
 				      "boot of the block.");
 			goto relinquish;
@@ -1090,7 +1090,7 @@ static int _wait_nodes_ready(resource_allocation_response_msg_t *alloc)
 	for (i=0; (cur_delay < max_delay); i++) {
 		if (i) {
 			if (i == 1)
-				info("Waiting for nodes to boot");
+				info("Waiting for resource configuration");
 			else
 				debug("still waiting");
 			sleep(POLL_SLEEP);
-- 
GitLab