better print
This commit is contained in:
parent
e3f13fea3b
commit
eb7bb4e068
1 changed files with 1 additions and 1 deletions
|
@ -25,5 +25,5 @@ let print_dns_record (record : Types.dns_record) =
|
||||||
record.type_
|
record.type_
|
||||||
record.class_
|
record.class_
|
||||||
record.ttl
|
record.ttl
|
||||||
(Bytes.to_string record.data)
|
(Utils.get_bytecode record.data)
|
||||||
;;
|
;;
|
||||||
|
|
Reference in a new issue