···205205 end
206206 with
207207 | exn ->
208208- if not quiet then
209209- Logs.err (fun m -> m "Request failed for %s: %s" url_str (Printexc.to_string exn));
208208+ Logs.err (fun m -> m "Request failed for %s: %a" url_str Eio.Exn.pp exn);
210209 Error (url_str, exn)
211210212211(* Main function using Requests with concurrent fetching *)