Skip to content
Snippets Groups Projects
Commit cf200d60 authored by Morris Jette's avatar Morris Jette
Browse files

Minor change to salloc message when waiting for resources

parent 844d2aed
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment