From: wessels <> Date: Fri, 24 Jul 1998 20:40:51 +0000 (+0000) Subject: typo\? X-Git-Tag: SQUID_3_0_PRE1~2988 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=27a2aa0d25dbaaa3de5cd72a94c3f28508379743;p=thirdparty%2Fsquid.git typo\? --- diff --git a/src/access_log.cc b/src/access_log.cc index 613fa50a9a..7e992b9c7e 100644 --- a/src/access_log.cc +++ b/src/access_log.cc @@ -1,7 +1,7 @@ /* - * $Id: access_log.cc,v 1.39 1998/07/22 20:36:56 wessels Exp $ + * $Id: access_log.cc,v 1.40 1998/07/24 14:40:51 wessels Exp $ * * DEBUG: section 46 Access Log * AUTHOR: Duane Wessels @@ -178,7 +178,7 @@ accessLogSquid(AccessLogEntry * al, MemBuf * mb) al->private.method_str, al->url, al->cache.ident, - al->hier.icp.timeout ? "TIMEOUT_" : "", + al->hier.icp.timedout ? "TIMEOUT_" : "", hier_strings[al->hier.code], al->hier.host, al->http.content_type);