Alpha/Endorser: Log timeout errors
This commit is contained in:
parent
b9d97a7a94
commit
669b1b02e7
@ -203,7 +203,10 @@ let endorse_for cctxt = function
|
|||||||
endorsements
|
endorsements
|
||||||
in
|
in
|
||||||
iter_p (endorse_for_delegate cctxt) done_waiting >>=? fun () ->
|
iter_p (endorse_for_delegate cctxt) done_waiting >>=? fun () ->
|
||||||
ignore errored; (* TODO: log *)
|
Lwt_list.iter_p (fun {timeout} ->
|
||||||
|
match Lwt.state timeout with
|
||||||
|
| Lwt.Fail f -> lwt_log_error "Endorsement failure: %s" (Printexc.to_string f)
|
||||||
|
| _ -> Lwt.return_unit) errored >>= fun () ->
|
||||||
return still_waiting
|
return still_waiting
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user