diff --git a/include/xo/facet/FacetRegistry.hpp b/include/xo/facet/FacetRegistry.hpp index cbcf497..88ae7ae 100644 --- a/include/xo/facet/FacetRegistry.hpp +++ b/include/xo/facet/FacetRegistry.hpp @@ -142,7 +142,9 @@ namespace xo { if (!retval) throw std::runtime_error(tostr("FacetRegistry::try_variant failed", xtag("AFrom.tseq", typeseq::id()), + xtag("AFrom.tname", typerecd::recd().name()), xtag("ATo.tseq", typeseq::id()), + xtag("ATo.tname", typerecd::recd().name()), xtag("DRepr", from._typeseq()))); return retval;