From: wessels <> Date: Sun, 19 Aug 2001 22:28:33 +0000 (+0000) Subject: remove reference to old 'cache_swap' option, and make this a warning X-Git-Tag: SQUID_3_0_PRE1~1437 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92b5d5b7a185c6cc3e6fd0b6c025c821770b4859;p=thirdparty%2Fsquid.git remove reference to old 'cache_swap' option, and make this a warning rather than a fatal error. --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 4f2ba2bb0a..a1961a025a 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,6 +1,6 @@ /* - * $Id: cache_cf.cc,v 1.388 2001/08/16 00:16:15 hno Exp $ + * $Id: cache_cf.cc,v 1.389 2001/08/19 16:28:33 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -294,7 +294,7 @@ configDoConfigure(void) /* people might want a zero-sized cache on purpose */ (void) 0; else if (Config.Swap.maxSize < (Config.memMaxSize >> 10)) - fatal("cache_swap is lower than cache_mem"); + debug(3, 0) ("WARNING cache_mem is larger than total disk cache space!\n"); if (Config.Announce.period > 0) { Config.onoff.announce = 1; } else if (Config.Announce.period < 1) {