dgaudet 98/08/10 09:17:55
Modified: src/main http_log.c Log: be a little more uniform, use [client %s] similar to other log fields Revision Changes Path 1.64 +1 -1 apache-1.3/src/main/http_log.c Index: http_log.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/main/http_log.c,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- http_log.c 1998/08/06 17:30:29 1.63 +++ http_log.c 1998/08/10 16:17:54 1.64 @@ -353,7 +353,7 @@ * first. -djg */ len += ap_snprintf(errstr + len, sizeof(errstr) - len, - "(client %s): ", r->connection->remote_ip); + "[client %s] ", r->connection->remote_ip); } if (!(level & APLOG_NOERRNO) && (save_errno != 0)