We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b34cc6 commit 9e8c7d6Copy full SHA for 9e8c7d6
orte/mca/iof/base/iof_base_frame.c
@@ -238,11 +238,11 @@ static void orte_iof_base_sink_construct(orte_iof_sink_t* ptr)
238
}
239
static void orte_iof_base_sink_destruct(orte_iof_sink_t* ptr)
240
{
241
- OPAL_OUTPUT_VERBOSE((20, orte_iof_base_framework.framework_output,
242
- "%s iof: closing sink for process %s on fd %d",
243
- ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
244
- ORTE_NAME_PRINT(&ptr->name), ptr->wev->fd));
245
if (NULL != ptr->wev && 0 <= ptr->wev->fd) {
+ OPAL_OUTPUT_VERBOSE((20, orte_iof_base_framework.framework_output,
+ "%s iof: closing sink for process %s on fd %d",
+ ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
+ ORTE_NAME_PRINT(&ptr->name), ptr->wev->fd));
246
OBJ_RELEASE(ptr->wev);
247
248
0 commit comments