From: Miek Gieben Date: Thu, 15 Sep 2005 19:19:30 +0000 (+0000) Subject: forgot the unit X-Git-Tag: release-1.0.0~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e517524fa39478d5f274ed9edf8abbac48102ae;p=thirdparty%2Fldns.git forgot the unit --- diff --git a/host2str.c b/host2str.c index d0924e59..f1abd8ee 100644 --- a/host2str.c +++ b/host2str.c @@ -832,7 +832,7 @@ ldns_rr2buffer_str(ldns_buffer *output, ldns_rr *rr) ldns_rr_rd_count(rr) > 0) { /* last check to prevent question sec. rr from * getting here */ - ldns_buffer_printf(output, " ; {id = %d, size = %d}", + ldns_buffer_printf(output, " ; {id = %d, size = %db}", ldns_calc_keytag(rr), ldns_rr_dnskey_key_size(rr)); }