aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-03 13:54:05 -0500
committerTed Gould <ted@gould.cx>2010-09-03 13:54:05 -0500
commit911d220d42c0bb61caf1a528a353b7a085370c85 (patch)
tree6649f7246c27e8f4494cb5a193f6e07a33599a33
parent3b5cc0042799d3d5796bb22f61aafc3837ffdd59 (diff)
parentb043a8c80b023e05a82ea0582f357ca9781dc18d (diff)
downloadayatana-indicator-session-911d220d42c0bb61caf1a528a353b7a085370c85.tar.gz
ayatana-indicator-session-911d220d42c0bb61caf1a528a353b7a085370c85.tar.bz2
ayatana-indicator-session-911d220d42c0bb61caf1a528a353b7a085370c85.zip
Don't look at an invalid message.
-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;