diff src/mail/ngx_mail_auth_http_module.c @ 5685:0cbefdcf82a6

Style: use %N instead of '\n' where appropriate.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 14 May 2014 22:26:30 +0400
parents 2220de0521ca
children 62c098eb4509
line wrap: on
line diff
--- 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_ma
     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