eget: non-normative type error message

This commit is contained in:
Matej Sekoranja
2013-12-10 18:42:35 +01:00
parent f6d4c68c39
commit fb0616ec6c

View File

@@ -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;
}