On Tue, 9 Sep 2003, Alan Cabrera wrote:
> Odd.  Turning on the logging makes the problem disappear.

        Well, it's a stretch, but I once saw a problem caused by a log 
statement that logged "result = "+(foo = bar) instead of
"result = "+(foo == bar)  so of course you got the bug only when logging 
was enabled.  :)

Aaron

Reply via email to