aboutsummaryrefslogtreecommitdiff
path: root/src/mail/ngx_mail_proxy_module.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mail/ngx_mail_proxy_module.c')
-rw-r--r--src/mail/ngx_mail_proxy_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail/ngx_mail_proxy_module.c b/src/mail/ngx_mail_proxy_module.c
index 3802c3e67..007284b68 100644
--- a/src/mail/ngx_mail_proxy_module.c
+++ b/src/mail/ngx_mail_proxy_module.c
@@ -935,7 +935,7 @@ ngx_mail_proxy_handler(ngx_event_t *ev)
do_write = ev->write ? 1 : 0;
ngx_log_debug3(NGX_LOG_DEBUG_MAIL, ev->log, 0,
- "mail proxy handler: %d, #%d > #%d",
+ "mail proxy handler: %ui, #%d > #%d",
do_write, src->fd, dst->fd);
for ( ;; ) {