diff --git a/src/ca/legacy/pcas/generic/casPVI.cc b/src/ca/legacy/pcas/generic/casPVI.cc index 5fcf6f033..b62cee16b 100644 --- a/src/ca/legacy/pcas/generic/casPVI.cc +++ b/src/ca/legacy/pcas/generic/casPVI.cc @@ -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 ();