aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-01 15:22:20 -0500
committerTed Gould <ted@gould.cx>2010-09-01 15:22:20 -0500
commitb043a8c80b023e05a82ea0582f357ca9781dc18d (patch)
tree6649f7246c27e8f4494cb5a193f6e07a33599a33
parent3b5cc0042799d3d5796bb22f61aafc3837ffdd59 (diff)
downloadayatana-indicator-session-b043a8c80b023e05a82ea0582f357ca9781dc18d.tar.gz
ayatana-indicator-session-b043a8c80b023e05a82ea0582f357ca9781dc18d.tar.bz2
ayatana-indicator-session-b043a8c80b023e05a82ea0582f357ca9781dc18d.zip
Removing the error messages as it's not always initialized properly.
-rw-r--r--src/users-service-dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users-service-dbus.c b/src/users-service-dbus.c
index 58490de..11ee497 100644
--- a/src/users-service-dbus.c
+++ b/src/users-service-dbus.c
@@ -172,7 +172,7 @@ users_service_dbus_init (UsersServiceDbus *self)
priv->system_bus = dbus_g_bus_get (DBUS_BUS_SYSTEM, &error);
if (error != NULL)
{
- g_error ("Unable to get system bus: %s", error->message);
+ g_error ("Unable to get system bus");
g_error_free(error);
return;