cas: Fix syntax error in last commit

errMessage() is not printf-like, use errPrintf() instead.
This commit is contained in:
Andrew Johnson
2012-10-11 11:28:28 -05:00
parent 7d37c31cc5
commit ab7d73c537
+1 -1
View File
@@ -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() );