aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/uvh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uvh.c b/src/uvh.c
index d54b44e..48416ee 100644
--- a/src/uvh.c
+++ b/src/uvh.c
@@ -308,7 +308,7 @@ static void read_cb(uv_stream_t *stream, ssize_t nread, uv_buf_t buf)
serverp = container_of(req->req.server, struct uvh_server_private,
server);
- LOG_DEBUG("read_cb: nread: %zd, buf.len: %zd", nread, buf.len);
+ LOG_DEBUG("read_cb: nread: %d, buf.len: %d", (int)nread, (int)buf.len);
if (nread < 0)
{