We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5509cd1 commit 6ca4bafCopy full SHA for 6ca4baf
1 file changed
drivers/generic/ppx_protocol_driver.ml
@@ -103,7 +103,7 @@ module Make(Driver: Driver) = struct
103
let v =
104
try StringMap.find field_name t |> to_value_func with
105
| Not_found ->
106
- raise_errorf orig "Field not found in msgpack data: %s" field_name
+ raise_errorf orig "Field not found: %s" field_name
107
in
108
cont ~orig (constr v) t
109
| Nil -> fun a _t -> a
0 commit comments