[gdm/wip/multi-seat-2-30] Fix debug line.



commit 479c8f8c03288b7c7322e60c6282429ddcc09851
Author: Brian Cameron <brian cameron oracle com>
Date:   Thu Jun 28 11:12:48 2012 -0500

    Fix debug line.

 daemon/gdm-session-direct.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/daemon/gdm-session-direct.c b/daemon/gdm-session-direct.c
index 7ab0562..80c01d2 100644
--- a/daemon/gdm-session-direct.c
+++ b/daemon/gdm-session-direct.c
@@ -2099,7 +2099,7 @@ get_session_command (GdmSessionDirect *session)
         command = NULL;
         res = get_session_command_for_name (get_session_name (session), &command);
         if (! res) {
-                g_critical ("Cannot read specified session file: %s.desktop", session);
+                g_critical ("Cannot read specified session file: %s.desktop", get_session_name (session));
                 exit (1);
         }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]