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.
This commit is contained in:
Colin Walters 2009-06-01 13:46:39 -04:00
parent c32e928fc6
commit 0ea01b31af

View File

@ -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;
}