]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3762: remove bogus WARNING in cache.log
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 30 Jun 2013 08:45:09 +0000 (02:45 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 30 Jun 2013 08:45:09 +0000 (02:45 -0600)
commit0bbc2362f30b053ff3bd698485677b9c389e28a2
treef2e5f0f2d99766b89b41d2e37643dfb5c39537e4
parenta01fe97eee577a1df88766af6e624dfd88756c24
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 mentioned legitimate configurations.
src/cache_cf.cc