mirror of
https://github.com/systemd/systemd.git
synced 2026-08-07 00:21:01 +00:00
logind: tweak log message
https://github.com/systemd/systemd/pull/19317#pullrequestreview-637765222
This commit is contained in:
@@ -268,7 +268,7 @@ static int manager_enumerate_seats(Manager *m) {
|
||||
s = hashmap_get(m->seats, de->d_name);
|
||||
if (!s) {
|
||||
if (unlinkat(dirfd(d), de->d_name, 0) < 0)
|
||||
log_warning_errno(errno, "Failed to remove /run/systemd/seats/%s: %m",
|
||||
log_warning_errno(errno, "Failed to remove /run/systemd/seats/%s, ignoring: %m",
|
||||
de->d_name);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user