ensure the errlog is started with iocInit

This commit is contained in:
Michael Davidsaver
2014-06-23 16:28:20 -04:00
committed by Michael Davidsaver
parent f405b444a3
commit 8a42190e39

View File

@@ -94,6 +94,7 @@ int iocBuild(void)
errlogPrintf("iocBuild: IOC can only be initialized once\n");
return -1;
}
errlogInit(0);
initHookAnnounce(initHookAtIocBuild);
if (!epicsThreadIsOkToBlock()) {