Skip to content

Commit 6ca4baf

Browse files
committed
Rework message to be more consistent
1 parent 5509cd1 commit 6ca4baf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/generic/ppx_protocol_driver.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module Make(Driver: Driver) = struct
103103
let v =
104104
try StringMap.find field_name t |> to_value_func with
105105
| Not_found ->
106-
raise_errorf orig "Field not found in msgpack data: %s" field_name
106+
raise_errorf orig "Field not found: %s" field_name
107107
in
108108
cont ~orig (constr v) t
109109
| Nil -> fun a _t -> a

0 commit comments

Comments
 (0)