From eb7bb4e068404609f4b9932ab8329eafd23389e8 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 19 Jun 2023 20:02:57 +0200 Subject: [PATCH] better print --- lib/debug.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/debug.ml b/lib/debug.ml index 53f4f05..ce2a62e 100644 --- a/lib/debug.ml +++ b/lib/debug.ml @@ -25,5 +25,5 @@ let print_dns_record (record : Types.dns_record) = record.type_ record.class_ record.ttl - (Bytes.to_string record.data) + (Utils.get_bytecode record.data) ;;