common/mail.py
changeset 3438 207dac2b03d4
parent 3418 7b49fa7e942d
child 3998 94cc7cad3d2d
--- 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)