From 4026d6ab581bc3c84071ef9e50ebc1a56fd791ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Thu, 24 Jan 2019 14:07:45 +0100 Subject: [PATCH] Client: improve logging on protocol injection --- src/bin_client/client_protocols_commands.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin_client/client_protocols_commands.ml b/src/bin_client/client_protocols_commands.ml index e335777dc..8d5f8f036 100644 --- a/src/bin_client/client_protocols_commands.ml +++ b/src/bin_client/client_protocols_commands.ml @@ -57,7 +57,7 @@ let commands () = Lwt_utils_unix.Protocol.read_dir dirname >>=? fun (_hash, proto) -> Shell_services.Injection.protocol cctxt proto >>= function | Ok hash -> - cctxt#message "Injected protocol %a successfully" Protocol_hash.pp_short hash >>= fun () -> + cctxt#message "Injected protocol %a successfully" Protocol_hash.pp hash >>= fun () -> return_unit | Error err -> cctxt#error "Error while injecting protocol from %s: %a"