Skip to content

Commit

Permalink
Remove use of ExnHelper from quicktest
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Ludlam <jonathan.ludlam@citrix.com>
  • Loading branch information
jonludlam committed Dec 19, 2016
1 parent bf401f6 commit cf598e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocaml/xapi/quicktest.ml
Expand Up @@ -127,7 +127,7 @@ let event_from_parallel_test session_id =
let _ = Client.Event.from !rpc session_id [] "" 10. in
() (* good *)
with e ->
debug test (ExnHelper.string_of_exn e);
debug test (Printexc.to_string e);
ok := false;
) () in
let (interfering_thread: Thread.t) = Thread.create
Expand Down

0 comments on commit cf598e5

Please sign in to comment.