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