aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2010-07-09 18:19:04 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2010-07-09 18:19:04 +0400
commit5e458871b31a8657118d88bccccf376d76c150fc (patch)
treeb712b155efe65527f9419d60a8bc9406319b3eda /test
parenta87a049971cb4fa560acf46df05adc10367050bb (diff)
downloadrspamd-5e458871b31a8657118d88bccccf376d76c150fc.tar.gz
rspamd-5e458871b31a8657118d88bccccf376d76c150fc.zip
* Make SURBL module to use rspamd dns module
* Several fixes to DNS logic
Diffstat (limited to 'test')
-rw-r--r--test/rspamd_dns_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_dns_test.c b/test/rspamd_dns_test.c
index a6ffcc79a..13d276313 100644
--- a/test/rspamd_dns_test.c
+++ b/test/rspamd_dns_test.c
@@ -33,7 +33,7 @@ test_dns_cb (struct rspamd_dns_reply *reply, gpointer arg)
msg_debug ("got spf %s", elt->spf.data);
break;
case DNS_REQUEST_SRV:
- msg_debug ("got srv pri:%d, weight:%d, port: %d, target: %s", elt->srv.weight,
+ msg_debug ("got srv pri: %d, weight: %d, port: %d, target: %s", elt->srv.weight,
elt->srv.priority, elt->srv.port, elt->srv.target);
break;
case DNS_REQUEST_MX: