--- gdm-2.14.8/gui/gdmflexiserver.c.orig Tue Jun 6 08:03:01 2006 +++ gdm-2.14.8/gui/gdmflexiserver.c Thu Jun 8 02:38:43 2006 @@ -33,6 +33,7 @@ #include #include #include +#include #include #include @@ -51,7 +52,7 @@ static char *auth_cookie = NULL; static gboolean got_standard = FALSE; static gboolean use_xnest = FALSE; -static gboolean debug_in = FALSE; +static gboolean debug_in = TRUE; static gboolean authenticate = FALSE; static gboolean no_lock = FALSE; static gboolean monte_carlo_pi = FALSE; @@ -728,7 +729,7 @@ args = poptGetArgs (ctx); if (args != NULL && args[0] != NULL) server = args[0]; - + gdm_common_openlog ("gdmflexiserver", LOG_PID, LOG_DAEMON); if ( ! gdmcomm_check (FALSE)) { return 1; }