diff --git a/src/plugins/switch/federation/federation.c b/src/plugins/switch/federation/federation.c index 9403745bb52cfd61212c098318f06b80ab4c1e3c..3879ded2538c5a1936066e23f544669e0f2c3fb2 100644 --- a/src/plugins/switch/federation/federation.c +++ b/src/plugins/switch/federation/federation.c @@ -1832,6 +1832,8 @@ fed_unload_table(fed_jobinfo_t *jp) adapter = _get_adapter_from_lid(table[j]->lid); if(adapter == NULL) 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, jp->job_key, table[j]->window_id);