]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3762: remove bogus WARNING in cache.log
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 29 Jun 2013 14:43:23 +0000 (08:43 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 29 Jun 2013 14:43:23 +0000 (08:43 -0600)
commit7698429c37f649dbbb3d7a913be4b00a1887b7c6
tree57148b2f520d4afafa5f0549c20273bef3be4f90
parent24f07c6daf8a67fc2427ea05b24c205fafeff5e8
Bug 3762: remove bogus WARNING in cache.log

The warning is bogus for several reasons:
* it appears with memory-only cache configurations
* it only checks the size of first SwapDir (as seen in bug 3762)
* very large memory spaces are now possible which may make disk appear
  small by comparison.

Its usefulness in detecting memory and disk misconfigurations has long
been almosy nil. Removing this entirey to resolve the bogus noise in
the above mentinoed legitimate configurations.
src/cache_cf.cc