[Bug 28155] TpBaseClient should be able to unregister itself
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu May 20 13:59:04 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=28155
Simon McVittie <simon.mcvittie at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status Whiteboard| |review+
--- Comment #2 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2010-05-20 04:59:03 PDT ---
+ if (!tp_dbus_daemon_release_name (self->priv->dbus, self->priv->bus_name,
+ &error))
+ {
+ ERROR ("Failed to release bus name (%s): %s", self->priv->bus_name,
+ error->message);
I'd make this a WARNING() - it's an unsupported situation (the name must have
been released other than via this function), but one that we do handle more or
less gracefully.
The test looks good.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list