From ca0214c606d7cc9c8e4880e2f1e491f9c425db63 Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Mon, 2 Sep 2024 16:37:59 +0200 Subject: [PATCH] minor (grep -i cstruct) --- bin/builder_web_app.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/builder_web_app.ml b/bin/builder_web_app.ml index 18e2839..34173f8 100644 --- a/bin/builder_web_app.ml +++ b/bin/builder_web_app.ml @@ -30,7 +30,7 @@ let write_raw s buf = safe_close s >|= fun () -> Error `Exception) in - (* Logs.debug (fun m -> m "writing %a" Cstruct.hexdump_pp (Cstruct.of_bytes buf)) ; *) + (* Logs.debug (fun m -> m "writing %a" (Ohex.pp_hexdump ()) (Bytes.unsafe_to_string buf)) ; *) w 0 (Bytes.length buf) let process =