From 953b64bb904c94718ef822fc7ba3a2e71c64e147 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 1 Apr 2010 21:27:28 -0500 Subject: Seems that the message isn't always valid --- src/gtk-logout-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } -- cgit v1.2.3