On Wednesday 23 December 2009 17:19, David Greene wrote:
> The intent was always that dbgs() == errs() if debugging is off.
And it is that way. When -debug is off the buffer size is zero and
output goes straight to errs().
-Dave