Skip to content
Snippets Groups Projects
Commit ed8412a1 authored by Moe Jette's avatar Moe Jette
Browse files

fix misleading error message

parent 27adde39
No related branches found
No related tags found
No related merge requests found
......@@ -2234,7 +2234,8 @@ _wait_for_all_windows(fed_tableinfo_t *tableinfo)
if (err != SLURM_SUCCESS) {
error("Window %hu adapter %s did not become"
" free within %d seconds",
lid, tableinfo->table[i]->window_id, i);
lid, tableinfo->table[i]->window_id,
retry);
rc = err;
retry = 2;
}
......
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