improve atExit debugging

This commit is contained in:
2025-03-05 11:21:01 +01:00
parent ea7459084e
commit 2e77bc8cc1

View File

@ -96,6 +96,8 @@ static void epicsExitCallAtExitsPvt(exitPvt *pep)
ellDelete ( & pep->list, & pexitNode->node );
free ( pexitNode );
}
if (atExitDebug)
fprintf(stderr, "atExit done.\n");
}
LIBCOM_API void epicsExitCallAtExits(void)