From 78dfbffe130129ff680cd283c271afb202bd192a Mon Sep 17 00:00:00 2001 From: Corentin Leruth Date: Sat, 8 Nov 2025 13:01:43 +0100 Subject: [PATCH] fix comment --- src/client-cohttp-lwt/opentelemetry_client_cohttp_lwt.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client-cohttp-lwt/opentelemetry_client_cohttp_lwt.ml b/src/client-cohttp-lwt/opentelemetry_client_cohttp_lwt.ml index c13f2fd7..4cb8f22e 100644 --- a/src/client-cohttp-lwt/opentelemetry_client_cohttp_lwt.ml +++ b/src/client-cohttp-lwt/opentelemetry_client_cohttp_lwt.ml @@ -269,7 +269,7 @@ let mk_emitter ~stop ~(config : Config.t) () : (module EMITTER) = with e -> let bt = Printexc.get_backtrace () in 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 let emit_all_force (httpc : Httpc.t) : unit Lwt.t =