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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user