diff --git a/testApp/remote/eget.cpp b/testApp/remote/eget.cpp index be4dfba..956b3b1 100644 --- a/testApp/remote/eget.cpp +++ b/testApp/remote/eget.cpp @@ -851,7 +851,7 @@ void formatNT(std::ostream& o, PVFieldPtr const & pv) } else { - std::cerr << "unsupported normative type" << std::endl; + std::cerr << "non-normative type" << std::endl; o << *(pv.get()) << std::endl; }