Navigation Menu

Skip to content

Commit

Permalink
mrb: use inspect for error value
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 7, 2015
1 parent 0c94bc6 commit 5f90325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mrb/mrb_converter.c
Expand Up @@ -130,7 +130,7 @@ grn_mrb_value_to_raw_data(mrb_state *mrb,
"%S: failed to convert to %S: %S",
mrb_str_new_static(mrb, context, strlen(context)),
mrb_str_new_static(mrb, domain_name, domain_name_size),
mrb_value_);
mrb_funcall(mrb, mrb_value_, "inspect", 0));
}
*raw_value = GRN_BULK_HEAD(&(buffer->to));
*raw_value_size = GRN_BULK_VSIZE(&(buffer->to));
Expand Down

0 comments on commit 5f90325

Please sign in to comment.