2 - Do not log messages to the controller while shrinking buffer
3 freelists. Doing so would sometimes make the controller
4 connection try to allocate a buffer chunk, which would mess
5 up the internals of the freelist and cause an assertion
6 failure. Fixes bug 1125; fixed by Robert Ransom. Bugfix on