From c754178f2fe2e741105c5ce34029b32aad033f91 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 22 May 2018 21:04:49 +0700 Subject: Remove a leftover debug print. --- src/vycli.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vycli.ml') diff --git a/src/vycli.ml b/src/vycli.ml index c2f95e7..e00a4e3 100644 --- a/src/vycli.ml +++ b/src/vycli.ml @@ -78,7 +78,7 @@ let main socket op path out_format config_format = end in match result with | Ok s -> let%lwt () = Lwt_io.write Lwt_io.stdout s in Lwt.return 0 - | Error e -> let%lwt () = Lwt_io.write Lwt_io.stderr e in Lwt.return 1 + | Error e -> let%lwt () = Lwt_io.write Lwt_io.stderr (Printf.sprintf "%s\n" e) in Lwt.return 1 let _ = let () = Arg.parse args (fun f -> ()) usage in -- cgit v1.2.3