diff options
author | Ted Gould <ted@gould.cx> | 2010-04-06 15:52:05 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-06 15:52:05 -0500 |
commit | e822834a58b32ebf9ecc85a2e2dc159d416ec3ed (patch) | |
tree | 923748468fd51dad0eb44cb5d5760abc167ab5a1 | |
parent | d2416a6136b0ada71217eb9359d2c23398953e3b (diff) | |
parent | 953b64bb904c94718ef822fc7ba3a2e71c64e147 (diff) | |
download | ayatana-indicator-session-e822834a58b32ebf9ecc85a2e2dc159d416ec3ed.tar.gz ayatana-indicator-session-e822834a58b32ebf9ecc85a2e2dc159d416ec3ed.tar.bz2 ayatana-indicator-session-e822834a58b32ebf9ecc85a2e2dc159d416ec3ed.zip |
Not printing a message that is sometimes invalid.
-rw-r--r-- | src/gtk-logout-helper.c | 2 |
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); } |