Merge changes from 3.14 into 3.15
Changes to be committed: modified: src/ioc/db/dbCa.c modified: src/libCom/calc/postfix.h modified: src/libCom/test/epicsCalcTest.cpp
This commit is contained in:
@@ -144,7 +144,6 @@ static void addAction(caLink *pca, short link_action)
|
||||
if (++removesOutstanding >= removesOutstandingWarning) {
|
||||
errlogPrintf("dbCa::addAction pausing, %d channels to clear\n",
|
||||
removesOutstanding);
|
||||
printLinks(pca);
|
||||
}
|
||||
while (removesOutstanding >= removesOutstandingWarning) {
|
||||
epicsMutexUnlock(workListLock);
|
||||
|
||||
Reference in New Issue
Block a user