logind: tweak log message

https://github.com/systemd/systemd/pull/19317#pullrequestreview-637765222
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2021-04-19 08:37:57 +02:00
parent 092c05717c
commit 19cdcd5dca

View File

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