aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-04-05 16:36:00 -0500
committerTed Gould <ted@gould.cx>2011-04-05 16:36:00 -0500
commit13c471d404abcb4d9b3551f800cd92227c1eac81 (patch)
tree815666e3305e7acad3ac1f0db7abeb358bc0d114
parent7db402b6a67a54a39125d944441aa84c4b268963 (diff)
parent5c17122706b1b16b9c10f40f60eb32679f4f53e3 (diff)
downloadayatana-indicator-session-13c471d404abcb4d9b3551f800cd92227c1eac81.tar.gz
ayatana-indicator-session-13c471d404abcb4d9b3551f800cd92227c1eac81.tar.bz2
ayatana-indicator-session-13c471d404abcb4d9b3551f800cd92227c1eac81.zip
Only warn when not getting the proxy, so we don't bring Unity down
-rw-r--r--src/indicator-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-session.c b/src/indicator-session.c
index 97e2ce9..e8a2f97 100644
--- a/src/indicator-session.c
+++ b/src/indicator-session.c
@@ -162,7 +162,7 @@ service_proxy_cb (GObject * object, GAsyncResult * res, gpointer user_data)
}
if (error != NULL) {
- g_error("Could not grab DBus proxy for %s: %s", INDICATOR_SESSION_DBUS_NAME, error->message);
+ g_warning("Could not grab DBus proxy for %s: %s", INDICATOR_SESSION_DBUS_NAME, error->message);
g_error_free(error);
return;
}