Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/model/notifications.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/model/notifications.py')
-rw-r--r--src/jarabe/model/notifications.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jarabe/model/notifications.py b/src/jarabe/model/notifications.py
index da5c590..a2345f7 100644
--- a/src/jarabe/model/notifications.py
+++ b/src/jarabe/model/notifications.py
@@ -42,8 +42,8 @@ class NotificationService(dbus.service.Object):
def Notify(self, app_name, replaces_id, app_icon, summary, body, actions,
hints, expire_timeout):
- logging.debug('Received notification: %r' % ([app_name, replaces_id,
- app_icon, summary, body, actions, hints, expire_timeout]))
+ logging.debug('Received notification: %r', [app_name, replaces_id,
+ app_icon, summary, body, actions, hints, expire_timeout])
if replaces_id > 0:
notification_id = replaces_id