aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua/lua_tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/lua_tcp.c')
-rw-r--r--src/lua/lua_tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua/lua_tcp.c b/src/lua/lua_tcp.c
index c03d13acf..226f48cc5 100644
--- a/src/lua/lua_tcp.c
+++ b/src/lua/lua_tcp.c
@@ -825,8 +825,8 @@ lua_tcp_write_helper (struct lua_tcp_cbdata *cbd)
flags = MSG_NOSIGNAL;
#endif
- msg_debug_tcp ("want write %d io vectors of %d", msg.msg_iovlen,
- niov);
+ msg_debug_tcp ("want write %d io vectors of %d", (int)msg.msg_iovlen,
+ (int)niov);
if (cbd->ssl_conn) {
r = rspamd_ssl_writev (cbd->ssl_conn, msg.msg_iov, msg.msg_iovlen);