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:
parent
c32e928fc6
commit
0ea01b31af
@ -1219,7 +1219,7 @@ reload_ck_history (GdmUserManager *manager)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (seat_id == NULL) {
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user