We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29bb600 commit 6d42ccbCopy full SHA for 6d42ccb
engines/ep/tests/ep_testsuite_dcp.cc
@@ -438,7 +438,7 @@ void TestDcpConsumer::run(bool openConn) {
438
<< std::endl;
439
std::cerr << "DCP history:" << std::endl;
440
for (auto entry : history) {
441
- std::cerr << entry.first << " " << entry.second
+ std::cerr << int(entry.first) << " " << entry.second
442
443
}
444
check(false, "Aborting");
0 commit comments