mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
fix comment
This commit is contained in:
parent
61b6b46efd
commit
78dfbffe13
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ let mk_emitter ~stop ~(config : Config.t) () : (module EMITTER) =
|
||||||
with e ->
|
with e ->
|
||||||
let bt = Printexc.get_backtrace () in
|
let bt = Printexc.get_backtrace () in
|
||||||
Printf.eprintf
|
Printf.eprintf
|
||||||
"opentelemetry-curl: uncaught exception in %s: %s\n%s\n%!" where
|
"opentelemetry-cohttp-lwt: uncaught exception in %s: %s\n%s\n%!" where
|
||||||
(Printexc.to_string e) bt
|
(Printexc.to_string e) bt
|
||||||
|
|
||||||
let emit_all_force (httpc : Httpc.t) : unit Lwt.t =
|
let emit_all_force (httpc : Httpc.t) : unit Lwt.t =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue