From 0ea01b31afeee963e7c09f25aa8fd82cb2608b4f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 1 Jun 2009 13:46:39 -0400 Subject: [PATCH] Make unknown seat-id from gdm-user-manager debug instead of warning This makes running with G_DEBUG=fatal-warnings usable from an ssh connection on systems which don't record ConsoleKit logins for ssh sessions. --- src/gdmuser/gdm-user-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdmuser/gdm-user-manager.c b/src/gdmuser/gdm-user-manager.c index 411cf949f..bde7fccca 100644 --- a/src/gdmuser/gdm-user-manager.c +++ b/src/gdmuser/gdm-user-manager.c @@ -1219,7 +1219,7 @@ reload_ck_history (GdmUserManager *manager) } if (seat_id == NULL) { - g_warning ("Unable to find users: no seat-id found"); + g_debug ("Unable to find users: no seat-id found"); return; }