]> git.ipfire.org Git - thirdparty/squid.git/commit
Fixed MemStore::copyFromShm() debugging (#454)
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Sun, 11 Aug 2019 20:17:53 +0000 (20:17 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Mon, 12 Aug 2019 02:06:24 +0000 (02:06 +0000)
commitfb1f4f1df4e95ce5d0ec523e176deaf828360333
tree95cc228f5a19bf2c25c3cec6d5a4426fafef106c
parent05bf369bea68063bbdc7cb0ca7e2301de1d466c9
Fixed MemStore::copyFromShm() debugging (#454)

* Level-9 is reserved for data dumps.

* The "mem-loaded all" message was printing -1 instead of the
  accumulated object size. It also deserves a lower debugging level
  because it happens at most once per transaction.
src/MemStore.cc