]> source.dussan.org Git - rspamd.git/commitdiff
Fix format string.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 15 Oct 2015 21:25:49 +0000 (22:25 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 15 Oct 2015 21:25:49 +0000 (22:25 +0100)
src/lua/lua_http.c

index 7390000e0e571549c5074fecadd587bf8a3ede68..b7b63596e66725b6895883741bfb9f47fc1e3dbc 100644 (file)
@@ -191,7 +191,7 @@ lua_http_make_connection (struct lua_http_cbdata *cbd)
        fd = rspamd_inet_address_connect (cbd->addr, SOCK_STREAM, TRUE);
 
        if (fd == -1) {
-               msg_info ("cannot connect to %v", cbd->msg->host);
+               msg_info ("cannot connect to %V", cbd->msg->host);
                return FALSE;
        }
        cbd->fd = fd;