From 7d37c31cc58a70c51e2be9db7b2ef0f94ae27e73 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 10 Oct 2012 19:08:18 -0600 Subject: [PATCH] added the PV name to the unable to read application types "enums" message --- src/ca/legacy/pcas/generic/casPVI.cc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ();