comparison src/http/ngx_http_copy_filter_module.c @ 1774:68d21fd1dc64

use %*s format
author Igor Sysoev <igor@sysoev.ru>
date Mon, 24 Dec 2007 17:05:31 +0000
parents 05b5236c2ff5
children 87b8c44906b5
comparison
equal deleted inserted replaced
1773:d85879105d35 1774:68d21fd1dc64
119 119
120 if (r != r->main) { 120 if (r != r->main) {
121 r->out = ctx->in; 121 r->out = ctx->in;
122 } 122 }
123 123
124 #if (NGX_DEBUG)
125 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0, 124 ngx_log_debug3(NGX_LOG_DEBUG_HTTP, r->connection->log, 0,
126 "copy filter: %i \"%V?%V\"", rc, &r->uri, &r->args); 125 "copy filter: %i \"%V?%V\"", rc, &r->uri, &r->args);
127 #endif
128
129 } 126 }
130 127
131 return rc; 128 return rc;
132 } 129 }
133 130