ensure the errlog is started with iocInit
This commit is contained in:
committed by
Michael Davidsaver
parent
f405b444a3
commit
8a42190e39
@@ -94,6 +94,7 @@ int iocBuild(void)
|
||||
errlogPrintf("iocBuild: IOC can only be initialized once\n");
|
||||
return -1;
|
||||
}
|
||||
errlogInit(0);
|
||||
initHookAnnounce(initHookAtIocBuild);
|
||||
|
||||
if (!epicsThreadIsOkToBlock()) {
|
||||
|
||||
Reference in New Issue
Block a user