[systemd-commits] src/core

Lennart Poettering lennart at kemper.freedesktop.org
Tue Aug 21 14:08:01 PDT 2012


 src/core/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ddfa5101a2e0d94571c10e2bbc7c38b60dc6cba1
Author: Lennart Poettering <lennart at poettering.net>
Date:   Tue Aug 21 23:07:21 2012 +0200

    main: fix PR_SET_CHILD_SUBREAPER warning version

diff --git a/src/core/main.c b/src/core/main.c
index 6e8f21a..b50a1ca 100644
--- a/src/core/main.c
+++ b/src/core/main.c
@@ -1512,7 +1512,7 @@ int main(int argc, char *argv[]) {
                 if (prctl(PR_SET_CHILD_SUBREAPER, 1) < 0) {
                         log_warning("Failed to make us a subreaper: %m");
                         if (errno == EINVAL)
-                                log_info("Perhaps the kernel version is too old (< 3.3?)");
+                                log_info("Perhaps the kernel version is too old (< 3.4?)");
                 }
         }
 



More information about the systemd-commits mailing list