summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@oracle.com>2012-06-28 11:12:48 -0500
committerBrian Cameron <brian.cameron@oracle.com>2012-06-28 11:12:48 -0500
commit479c8f8c03288b7c7322e60c6282429ddcc09851 (patch)
treeeec1acefa7a86b026d469600500872906c4546a1
parent8c429b88279207cb8ca980b9b37a2b056ae8e5ee (diff)
downloadgdm-479c8f8c03288b7c7322e60c6282429ddcc09851.tar.gz
Fix debug line.
-rw-r--r--daemon/gdm-session-direct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/gdm-session-direct.c b/daemon/gdm-session-direct.c
index 7ab05626..80c01d25 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);
}