From fb0616ec6c4609b5a5125a76caa22a3944fd944d Mon Sep 17 00:00:00 2001 From: Matej Sekoranja Date: Tue, 10 Dec 2013 18:42:35 +0100 Subject: [PATCH] eget: non-normative type error message --- testApp/remote/eget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }