From 5a3d4410cc5d8c622b00444de79bdaba70694ddd Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 14 May 2014 22:26:30 +0400 Subject: Style: use %N instead of '\n' where appropriate. --- src/mail/ngx_mail_auth_http_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mail/ngx_mail_auth_http_module.c') diff --git a/src/mail/ngx_mail_auth_http_module.c b/src/mail/ngx_mail_auth_http_module.c index 8094bbc5c..eb7531c80 100644 --- a/src/mail/ngx_mail_auth_http_module.c +++ b/src/mail/ngx_mail_auth_http_module.c @@ -1269,7 +1269,7 @@ ngx_mail_auth_http_create_request(ngx_mail_session_t *s, ngx_pool_t *pool, l.len = b->last - b->pos; l.data = b->pos; ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0, - "mail auth http header:\n\"%V\"", &l); + "mail auth http header:%N\"%V\"", &l); } #endif -- cgit