mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
cosmetics
This commit is contained in:
parent
7fa4580bb0
commit
5b0bc6162e
1 changed files with 2 additions and 2 deletions
|
|
@ -207,8 +207,8 @@ end = struct
|
|||
Atomic.incr n_errors;
|
||||
|
||||
Printf.eprintf
|
||||
"opentelemetry: export failed:\n %s\n curl code: %s\nurl: %s\n%!" msg
|
||||
(Curl.strerror code) url;
|
||||
"opentelemetry: export failed:\n %s\n curl code: %s\n url: %s\n%!"
|
||||
msg (Curl.strerror code) url;
|
||||
|
||||
(* avoid crazy error loop *)
|
||||
Thread.delay 3.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue