diff --git a/src/plugins/select/bluegene/plugin/bg_job_run.c b/src/plugins/select/bluegene/plugin/bg_job_run.c index e6a050437c8e8d936ec45c80df0f4207ea840fc1..4cc79a9fa6bc55c7578ce5cc57eb75826aa42284 100644 --- a/src/plugins/select/bluegene/plugin/bg_job_run.c +++ b/src/plugins/select/bluegene/plugin/bg_job_run.c @@ -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 "