Skip to content

Commit bcec0af

Browse files
author
Ralf W. Grosse-Kunstleve
committed
minor fix for otherwise confusing debug output
[SVN r20796]
1 parent 0d437c4 commit bcec0af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/converter/registry.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ namespace // <unnamed>
134134
# ifdef BOOST_PYTHON_TRACE_REGISTRY
135135
registry_t::iterator p = entries().find(entry(type));
136136

137-
std::cout << "looking up " << type
137+
std::cout << "looking up " << type << ": "
138138
<< (p == entries().end() || p->target_type != type
139139
? "...NOT found\n" : "...found\n");
140140
# endif

0 commit comments

Comments
 (0)