diff options
Diffstat (limited to '036call_reply.cc')
-rw-r--r-- | 036call_reply.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/036call_reply.cc b/036call_reply.cc index 6c613a95..2bc6485c 100644 --- a/036call_reply.cc +++ b/036call_reply.cc @@ -47,7 +47,7 @@ case REPLY: { canonize_type(lhs); reagent rhs = caller_instruction.products.at(i); canonize_type(rhs); - raise_error << dump_types(lhs) << " ==== vs === " << dump_types(rhs) << '\n' << end(); + raise_error << debug_string(lhs.type) << " ==== vs === " << debug_string(rhs.type) << '\n' << end(); DUMP(""); exit(0); goto finish_reply; |