diff --git a/platypush/backend/pushbullet/__init__.py b/platypush/backend/pushbullet/__init__.py index 7019fb071f..427a4c9fe2 100644 --- a/platypush/backend/pushbullet/__init__.py +++ b/platypush/backend/pushbullet/__init__.py @@ -101,7 +101,7 @@ class PushbulletBackend(Backend): def run(self): self._init_socket() logging.info('Initialized Pushbullet backend - device_id: {}' - .format(self.device)) + .format(self.device_name)) self.ws.run_forever()