Fix typo in opcode ignore message

This commit is contained in:
Robbert van der Helm
2020-04-16 14:56:00 +02:00
parent bdb6535947
commit 949d41b6aa
+1 -1
View File
@@ -279,7 +279,7 @@ class HostCallbackDataConverter : DefaultDataConverter {
std::cerr << "Got opcode "
<< opcode_to_string(false, opcode)
.value_or(std::to_string(opcode))
<< "), ignoring..." << std::endl;
<< "(), ignoring..." << std::endl;
return std::nullopt;
break;