fix comment

This commit is contained in:
Corentin Leruth 2025-11-08 13:01:43 +01:00 committed by Simon Cruanes
parent 61b6b46efd
commit 78dfbffe13

View file

@ -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 =