···205 end
206 with
207 | exn ->
208- if not quiet then
209- Logs.err (fun m -> m "Request failed for %s: %s" url_str (Printexc.to_string exn));
210 Error (url_str, exn)
211212(* Main function using Requests with concurrent fetching *)
···205 end
206 with
207 | exn ->
208+ Logs.err (fun m -> m "Request failed for %s: %a" url_str Eio.Exn.pp exn);
0209 Error (url_str, exn)
210211(* Main function using Requests with concurrent fetching *)