Skip to content
Snippets Groups Projects
Commit 567652db authored by Danny Auble's avatar Danny Auble
Browse files

fixed debugging

parent f3222854
No related branches found
No related tags found
No related merge requests found
......@@ -444,7 +444,7 @@ static void _remove_jobs_on_block_and_reset(rm_job_list_t *job_list,
debug2("Hopefully we are destroying this block %s "
"since it isn't in the bg_lists->main",
block_id);
} else {
} else if(job_cnt) {
error("Could not find block %s previously assigned to job. "
"If this is happening at startup and you just changed "
"your bluegene.conf this is expected. Else you should "
......
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