summaryrefslogtreecommitdiff
path: root/bustle-dbus-monitor.c
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2009-04-04 15:37:16 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2009-04-04 15:37:16 +0100
commit753cbd6a5be8efe7658a7cfb502a955abfc7574b (patch)
tree25355a92ff3eb31aed91f0cd2d13799e8f7eaa9e /bustle-dbus-monitor.c
parentdf7fc7625049bb30969ef448665e44165ec35a4d (diff)
Exclude org.freedesktop.DBus from nameownerchanged
Diffstat (limited to 'bustle-dbus-monitor.c')
-rw-r--r--bustle-dbus-monitor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bustle-dbus-monitor.c b/bustle-dbus-monitor.c
index d02ae55..d028dfd 100644
--- a/bustle-dbus-monitor.c
+++ b/bustle-dbus-monitor.c
@@ -75,6 +75,9 @@ print_name_owner_changed (struct timeval *t,
const char *old_owner,
const char *new_owner)
{
+ if (!strcmp (name, "org.freedesktop.DBus"))
+ return;
+
printf (PROFILE_TIMED_FORMAT, "nameownerchanged", t->tv_sec, t->tv_usec);
/* Use '!' to represent "no name here". */