errlog: eltc() re-add flush

Removal upsets dbCaLinkTest on RTEMS, which must not be
synchronizing correctly.  Re-add until this can be corrected.
This commit is contained in:
Michael Davidsaver
2021-02-22 12:47:22 -08:00
parent 29fa0621d7
commit 8fdaa13c97

View File

@@ -353,6 +353,7 @@ int eltc(int yesno)
epicsMutexMustLock(pvt.msgQueueLock);
pvt.toConsole = yesno;
epicsMutexUnlock(pvt.msgQueueLock);
errlogFlush();
return 0;
}