From ab7d73c5371d3b3b1bde3b61305f4495af4a2a3e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 11 Oct 2012 11:28:28 -0500 Subject: [PATCH] cas: Fix syntax error in last commit errMessage() is not printf-like, use errPrintf() instead. --- src/ca/legacy/pcas/generic/casPVI.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/legacy/pcas/generic/casPVI.cc b/src/ca/legacy/pcas/generic/casPVI.cc index b62cee16b..7f862a044 100644 --- a/src/ca/legacy/pcas/generic/casPVI.cc +++ b/src/ca/legacy/pcas/generic/casPVI.cc @@ -173,7 +173,7 @@ caStatus casPVI::updateEnumStringTable ( casCtx & ctxIn ) } else if ( status != S_casApp_asyncCompletion && status != S_casApp_postponeAsyncIO ) { - errMessage ( status, + errPrintf ( status, __FILE__, __LINE__, "- unable to read application type \"enums\" " " (string conversion table) from enumerated native type PV \"%s\"", this->getName() );