mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-10 04:35:46 -04:00
Fix spelling of variable
This commit is contained in:
parent
69d15df4f1
commit
e678a93570
1 changed files with 2 additions and 2 deletions
|
|
@ -38,9 +38,9 @@ module Server = struct
|
|||
let logs = Signal.Decode.logs data in
|
||||
let+ () = dbg_request "logs" request Signal.Pp.logs logs in
|
||||
`OK, Some (Signal.Logs logs)
|
||||
| unexepected ->
|
||||
| unexpected ->
|
||||
let+ () =
|
||||
Lwt_io.eprintf "unexpected endpoint %s -- status %s\n" unexepected
|
||||
Lwt_io.eprintf "unexpected endpoint %s -- status %s\n" unexpected
|
||||
(Http.Status.to_string `Not_found)
|
||||
in
|
||||
`Not_found, None
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue