diff src/http/ngx_http_log_handler.c @ 215:5adc2b75f8a5

nginx-0.0.1-2003-12-22-20:27:24 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Dec 2003 17:27:24 +0000
parents 00cafae0bdf1
children f1d0e5f09c1e
line wrap: on
line diff
--- a/src/http/ngx_http_log_handler.c
+++ b/src/http/ngx_http_log_handler.c
@@ -100,7 +100,7 @@ static char *months[] = { "Jan", "Feb", 
 
 static ngx_str_t ngx_http_combined_fmt =
     ngx_string("%addr - - [%time] \"%request\" %status %apache_length "
-               "\"%{Referer}i\" %{User-Agent}i\"");
+               "\"%{Referer}i\" \"%{User-Agent}i\"");
 
 
 ngx_http_log_op_name_t ngx_http_log_fmt_ops[] = {