Add space to the message printed by errMessage()

This commit is contained in:
Jure Varlec
2022-06-16 10:55:10 +02:00
committed by Michael Davidsaver
parent 9048aa3438
commit e6b8ecd55e
3 changed files with 5 additions and 3 deletions

View File

@@ -241,7 +241,7 @@ void asCaStart(void)
epicsThreadGetStackSize(epicsThreadStackBig),
(EPICSTHREADFUNC)asCaTask,0);
if(threadid==0) {
errMessage(0,"asCaStart: taskSpawn Failure\n");
errMessage(0,"asCaStart: taskSpawn Failure");
}
}
epicsMutexMustLock(asCaTaskLock);