Skip to content

Commit

Permalink
cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 23, 2024
1 parent 7fa4580 commit 5b0bc61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client-ocurl/opentelemetry_client_ocurl.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5b0bc61

Please sign in to comment.