Skip to content
Snippets Groups Projects
Commit 5cdfd10e authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Extra ntbl_unload_window debugging message

parent 94c2dea6
No related branches found
No related tags found
No related merge requests found
...@@ -1832,6 +1832,8 @@ fed_unload_table(fed_jobinfo_t *jp) ...@@ -1832,6 +1832,8 @@ fed_unload_table(fed_jobinfo_t *jp)
adapter = _get_adapter_from_lid(table[j]->lid); adapter = _get_adapter_from_lid(table[j]->lid);
if(adapter == NULL) if(adapter == NULL)
continue; continue;
debug3(" freeing adapter %s window %d job_key %d",
adapter, table[j]->window_id, jp->job_key);
err = ntbl_unload_window(NTBL_VERSION, adapter, err = ntbl_unload_window(NTBL_VERSION, adapter,
jp->job_key, jp->job_key,
table[j]->window_id); table[j]->window_id);
......
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