aboutsummaryrefslogtreecommitdiff
path: root/src/dns/gnunet-dns-monitor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/gnunet-dns-monitor.c')
-rw-r--r--src/dns/gnunet-dns-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dns/gnunet-dns-monitor.c b/src/dns/gnunet-dns-monitor.c
index d9830baa4..836d65c79 100644
--- a/src/dns/gnunet-dns-monitor.c
+++ b/src/dns/gnunet-dns-monitor.c
@@ -203,7 +203,7 @@ display_record (const struct GNUNET_DNSPARSER_Record *record)
203 else 203 else
204 { 204 {
205 GNUNET_asprintf (&tmp, 205 GNUNET_asprintf (&tmp,
206 "priority %u, weight = %s, port = %u, target = %s", 206 "priority %u, weight = %u, port = %u, target = %s",
207 (unsigned int) record->data.srv->priority, 207 (unsigned int) record->data.srv->priority,
208 (unsigned int) record->data.srv->weight, 208 (unsigned int) record->data.srv->weight,
209 (unsigned int) record->data.srv->port, 209 (unsigned int) record->data.srv->port,