]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: extend SBuf debugging information
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Mar 2015 18:13:19 +0000 (11:13 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 15 Mar 2015 18:13:19 +0000 (11:13 -0700)
commit28b7e5a922590f931693b6e17ec167158840e47a
treedf9778dcf0d7066b59415cdd7e9b71cf0f7738ed
parentc1bbd56cf8e24837f3186463ccc614453ba37617
Cleanup: extend SBuf debugging information

It can be hard determining what simple operations (ie cow(), grow()) are
being done no what SBuf object. Add the SBuf::id to debugs() output on
many more operations.
src/SBuf.cc