From: wessels <> Date: Tue, 19 Nov 1996 01:21:41 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~5448 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99feed05bab20e2d68e453bc784c4c572438c84d;p=thirdparty%2Fsquid.git typo --- diff --git a/src/refresh.cc b/src/refresh.cc index dcbd1d65fd..b999bb991f 100644 --- a/src/refresh.cc +++ b/src/refresh.cc @@ -1,6 +1,6 @@ /* - * $Id: refresh.cc,v 1.7 1996/11/12 22:37:15 wessels Exp $ + * $Id: refresh.cc,v 1.8 1996/11/18 18:21:41 wessels Exp $ * * DEBUG: section 22 Refresh Calculation * AUTHOR: Harvest Derived @@ -164,7 +164,7 @@ refreshCheck(const StoreEntry * entry, const request_t * request) factor = 100 * age / (entry->timestamp - entry->lastmod); debug(22, 3, "refreshCheck: factor = %d\n", factor); if (factor > pct) { - debug(22, 3, "refreshCheck: YES: factor > pc\n"); + debug(22, 3, "refreshCheck: YES: factor > pct\n"); return 1; } return 0;