aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-04-01 21:27:28 -0500
committerTed Gould <ted@gould.cx>2010-04-01 21:27:28 -0500
commit953b64bb904c94718ef822fc7ba3a2e71c64e147 (patch)
tree34bfa6ce13f066113ae2e6b53688912d61de2910
parent5e7e4f68252ed54b8bd704c14ed5a5fae79def71 (diff)
downloadayatana-indicator-session-953b64bb904c94718ef822fc7ba3a2e71c64e147.tar.gz
ayatana-indicator-session-953b64bb904c94718ef822fc7ba3a2e71c64e147.tar.bz2
ayatana-indicator-session-953b64bb904c94718ef822fc7ba3a2e71c64e147.zip
Seems that the message isn't always valid
-rw-r--r--src/gtk-logout-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtk-logout-helper.c b/src/gtk-logout-helper.c
index 64fba14..b8923c6 100644
--- a/src/gtk-logout-helper.c
+++ b/src/gtk-logout-helper.c
@@ -68,7 +68,7 @@ consolekit_fallback (LogoutDialogType action)
g_object_unref(proxy);
if (error != NULL) {
- g_error("Unable to signal ConsoleKit: %s", error->message);
+ g_error("Unable to signal ConsoleKit");
g_error_free(error);
}