]> source.dussan.org Git - rspamd.git/commitdiff
Another bug in format string
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 21 Oct 2015 16:19:29 +0000 (17:19 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 21 Oct 2015 16:19:29 +0000 (17:19 +0100)
src/plugins/surbl.c

index 20c79f0817d96ac8447ae13a367c6d5b2acaa931..ca0986a71311e3641cde189e470ee4ea3ba9cab5 100644 (file)
@@ -996,7 +996,7 @@ surbl_redirector_finish (struct rspamd_http_connection *conn,
                hdr = rspamd_http_message_find_header (msg, "Uri");
 
                if (hdr != NULL) {
-                       msg_info_task ("<%s> got reply from redirector: '%s' -> '%v'",
+                       msg_info_task ("<%s> got reply from redirector: '%s' -> '%T'",
                                        param->task->message_id,
                                        struri (param->url),
                                        hdr);