]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
logind: tweak log message
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Apr 2021 06:37:57 +0000 (08:37 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Apr 2021 06:37:57 +0000 (08:37 +0200)
https://github.com/systemd/systemd/pull/19317#pullrequestreview-637765222

src/login/logind.c

index f461f03ec4fcb54ba0fd305da65e1d27373515f9..b782938a5c920d224e9bfdef463327e571aa0eb9 100644 (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;
                 }