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

fixed Dong's bgl partition problem

parent fdefb294
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ static int _block_is_deallocating(bg_record_t *bg_record) ...@@ -79,7 +79,7 @@ static int _block_is_deallocating(bg_record_t *bg_record)
bg_record->user_name)) { bg_record->user_name)) {
error("Partition %s was in a ready state " error("Partition %s was in a ready state "
"for user %s but is being freed. " "for user %s but is being freed. "
"Job %u was lost.", "Job %d was lost.",
bg_record->bg_block_id, bg_record->bg_block_id,
bg_record->user_name, bg_record->user_name,
bg_record->job_running); bg_record->job_running);
......
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