2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-22 05:22:45 +00:00

minor fix for otherwise confusing debug output

[SVN r20796]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2003-11-12 19:55:22 +00:00
parent 0d437c4102
commit bcec0af232

View File

@@ -134,7 +134,7 @@ namespace // <unnamed>
# 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