From mboxrd@z Thu Jan 1 00:00:00 1970 From: marcus-sup@quintic.co.uk (Marcus Williams) Date: Fri, 02 Nov 2007 10:01:16 +0000 Subject: [sup-talk] tiny fix for sup-faked message id's crashing sup-sync In-Reply-To: <321bb12900151bd3@IMSS-WIN> References: <321bb12900151bd3@IMSS-WIN> Message-ID: <472AF56C.5070807@quintic.co.uk> On 02/11/2007 William Morgan wrote: > > I hate it when I add a puts or logging statement and it messes up > > > ruby's returning conventions, returning nil that clobbers something > > > elsewhere. Glad to see it happens to other people too :) > > Ruby is flawless. I am to blame. Applied, thanks! ... you may want to remove the @id from the log message - wont this always be nil at this point (as it gets assigned by this block)? Marcus