Alpha/Accuser: update logging messages
This commit is contained in:
parent
2e410c7ae9
commit
98120cf068
@ -23,6 +23,8 @@
|
|||||||
(* *)
|
(* *)
|
||||||
(*****************************************************************************)
|
(*****************************************************************************)
|
||||||
|
|
||||||
|
include Tezos_stdlib.Logging.Make_semantic(struct let name = "client.nonce_revelation" end)
|
||||||
|
|
||||||
open Proto_alpha
|
open Proto_alpha
|
||||||
|
|
||||||
let inject_seed_nonce_revelation rpc_config ?(chain = `Main) block ?async nonces =
|
let inject_seed_nonce_revelation rpc_config ?(chain = `Main) block ?async nonces =
|
||||||
@ -43,8 +45,11 @@ let forge_seed_nonce_revelation
|
|||||||
Shell_services.Blocks.hash cctxt ~chain ~block () >>=? fun hash ->
|
Shell_services.Blocks.hash cctxt ~chain ~block () >>=? fun hash ->
|
||||||
match nonces with
|
match nonces with
|
||||||
| [] ->
|
| [] ->
|
||||||
cctxt#message "No nonce to reveal for block %a"
|
lwt_log_info Tag.DSL.(fun f ->
|
||||||
Block_hash.pp_short hash >>= fun () ->
|
f "Nothing to reveal for block %a"
|
||||||
|
-% t event "no_nonce_reveal"
|
||||||
|
-% a Block_hash.Logging.tag hash
|
||||||
|
) >>= fun () ->
|
||||||
return_unit
|
return_unit
|
||||||
| _ ->
|
| _ ->
|
||||||
inject_seed_nonce_revelation cctxt ~chain block nonces >>=? fun oph ->
|
inject_seed_nonce_revelation cctxt ~chain block nonces >>=? fun oph ->
|
||||||
|
Loading…
Reference in New Issue
Block a user