comparison 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
comparison
equal deleted inserted replaced
5684:bc98b0f11bdd 5685:0cbefdcf82a6
1267 ngx_str_t l; 1267 ngx_str_t l;
1268 1268
1269 l.len = b->last - b->pos; 1269 l.len = b->last - b->pos;
1270 l.data = b->pos; 1270 l.data = b->pos;
1271 ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0, 1271 ngx_log_debug1(NGX_LOG_DEBUG_MAIL, s->connection->log, 0,
1272 "mail auth http header:\n\"%V\"", &l); 1272 "mail auth http header:%N\"%V\"", &l);
1273 } 1273 }
1274 #endif 1274 #endif
1275 1275
1276 return b; 1276 return b;
1277 } 1277 }