make sure iocLog is started

This commit is contained in:
Marty Kraimer
1998-03-16 16:25:20 +00:00
parent 713d7fd361
commit e795e4edbd
2 changed files with 4 additions and 0 deletions

View File

@@ -317,6 +317,8 @@ epicsShareFunc void epicsShareAPI errlogInit(int bufsize)
taskSpawn(ERRLOG_NAME,ERRLOG_PRI,ERRLOG_OPT,
ERRLOG_STACK,(FUNCPTR)errlogTask,
0,0,0,0,0,0,0,0,0,0);
/*For now make sure iocLogInit is called*/
iocLogInit();
}
LOCAL void errlogTask(void)

View File

@@ -317,6 +317,8 @@ epicsShareFunc void epicsShareAPI errlogInit(int bufsize)
taskSpawn(ERRLOG_NAME,ERRLOG_PRI,ERRLOG_OPT,
ERRLOG_STACK,(FUNCPTR)errlogTask,
0,0,0,0,0,0,0,0,0,0);
/*For now make sure iocLogInit is called*/
iocLogInit();
}
LOCAL void errlogTask(void)