diff -r 1e927f7ccb23 -r 207dac2b03d4 common/mail.py --- a/common/mail.py Wed Sep 23 15:26:59 2009 +0200 +++ b/common/mail.py Wed Sep 23 15:42:00 2009 +0200 @@ -162,7 +162,7 @@ self._kwargs = kwargs recipients = self.recipients() if not recipients: - self.info('skipping %s notification, no recipients', self.id) + self.info('skipping %s notification, no recipients', self.__regid__) return if self.cw_rset is not None: entity = self.cw_rset.get_entity(self.cw_row or 0, self.cw_col or 0)