added the PV name to the unable to read application types "enums" message

This commit is contained in:
Jeff Hill
2012-10-10 19:08:18 -06:00
parent f0c88c3d3c
commit 7d37c31cc5

View File

@@ -174,8 +174,9 @@ caStatus casPVI::updateEnumStringTable ( casCtx & ctxIn )
else if ( status != S_casApp_asyncCompletion &&
status != S_casApp_postponeAsyncIO ) {
errMessage ( status,
"- unable to read application type \"enums\" string"
" conversion table for enumerated PV");
"- unable to read application type \"enums\" "
" (string conversion table) from enumerated native type PV \"%s\"",
this->getName() );
}
pTmp->unreference ();