diff --git a/src/converter/registry.cpp b/src/converter/registry.cpp index ce12ec81..9b380311 100644 --- a/src/converter/registry.cpp +++ b/src/converter/registry.cpp @@ -134,7 +134,7 @@ namespace // # ifdef BOOST_PYTHON_TRACE_REGISTRY registry_t::iterator p = entries().find(entry(type)); - std::cout << "looking up " << type + std::cout << "looking up " << type << ": " << (p == entries().end() || p->target_type != type ? "...NOT found\n" : "...found\n"); # endif