Client: minor cosmetic change
This commit is contained in:
parent
89c018f31b
commit
a57c1edec1
@ -183,11 +183,13 @@ let main select_commands =
|
|||||||
Format.eprintf "@{<error>@{<title>Fatal error@}@} unknown protocol version.@." ;
|
Format.eprintf "@{<error>@{<title>Fatal error@}@} unknown protocol version.@." ;
|
||||||
Lwt.return 1
|
Lwt.return 1
|
||||||
| Failure message ->
|
| Failure message ->
|
||||||
Format.eprintf "@{<error>@{<title>Fatal error@}@} @[<hov 0>%a@]@."
|
Format.eprintf "@{<error>@{<title>Fatal error@}@}@.\
|
||||||
|
\ @[<h 0>%a@]@."
|
||||||
Format.pp_print_text message ;
|
Format.pp_print_text message ;
|
||||||
Lwt.return 1
|
Lwt.return 1
|
||||||
| exn ->
|
| exn ->
|
||||||
Format.printf "@{<error>@{<title>Fatal error@}@} @[<hov 0>%a@]@."
|
Format.printf "@{<error>@{<title>Fatal error@}@}@.\
|
||||||
|
\ @[<h 0>%a@]@."
|
||||||
Format.pp_print_text (Printexc.to_string exn) ;
|
Format.pp_print_text (Printexc.to_string exn) ;
|
||||||
Lwt.return 1
|
Lwt.return 1
|
||||||
end >>= fun retcode ->
|
end >>= fun retcode ->
|
||||||
|
Loading…
Reference in New Issue
Block a user