- added 'message' instance variable (high level description of this event)
[plcapi.git] / PLC / Methods / BootNotifyOwners.py
index c467617..b3a0b99 100644 (file)
@@ -57,5 +57,6 @@ class BootNotifyOwners(Method):
                     recipients[person['email']] = person['first_name'] + " " + person['last_name']
 
         # XXX Send mail
+       self.message = "Node sent message %s to contacts"
 
         return 1