Skip to content

Commit

Permalink
doveadm: Use correct uoff_t type for printf
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen committed Feb 19, 2016
1 parent f5d30c9 commit 721e0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doveadm/client-connection-http.c
Expand Up @@ -115,7 +115,7 @@ doveadm_http_server_request_destroy(void *context)
agent = http_request_header_get(conn->http_request, "User-Agent");
if (agent == NULL) agent = "";
url = http_url_create(conn->http_request->target.url);
i_info("doveadm: %s %s %s \"%s %s HTTP/%d.%d\" %d %lu \"%s\" \"%s\"",
i_info("doveadm: %s %s %s \"%s %s HTTP/%d.%d\" %d %"PRIuUOFF_T" \"%s\" \"%s\"",
net_ip2addr(&conn->client.remote_ip), "-", "-",
conn->http_request->method,
conn->http_request->target.url->path,
Expand Down

0 comments on commit 721e0f8

Please sign in to comment.