better print

This commit is contained in:
Mylloon 2023-06-19 20:02:57 +02:00
parent e3f13fea3b
commit eb7bb4e068
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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)
;;