|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH] CA-26863: correct error message when pool connection f
I only added these two lines:
| Stunnel.Stunnel_error msg ->
internal_error, [ "Connection failed: " ^ (String.lowercase msg) ^ "." ]
The rest is fixing whitespace.
Note that calling "lowercase" on "msg" does not lose information, since all
error messages in Stunnel are fixed strings. It makes the output nicer.
Signed-off-by: Rok Strnisa <rok.strnisa@xxxxxxxxxx>
ocaml/idl/ocaml_backend/exnHelper.ml | 85 ++++++++++++++++++-----------------
1 files changed, 43 insertions(+), 42 deletions(-)
xen-api.hg.patch
Description: Text Data
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-API] [PATCH] CA-26863: correct error message when pool connection fails --- FIXED,
Rok Strnisa <=
|
|
|
|
|