]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
setpriv: make message for failing PR_GET_PDEATHSIG the same as the other
authorBenno Schulenberg <bensberg@telfort.nl>
Sun, 9 Feb 2025 08:23:17 +0000 (09:23 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 10 Feb 2025 11:36:56 +0000 (12:36 +0100)
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/setpriv.c

index 43d72f64c65fdcb6740aa31ff8eb01fef52f8a62..daa3ab366b17658bdd8ade84cf3da592771199f9 100644 (file)
@@ -329,7 +329,7 @@ static void dump_pdeathsig(void)
        int pdeathsig;
 
        if (prctl(PR_GET_PDEATHSIG, &pdeathsig) != 0) {
-               warn(_("get pdeathsig failed"));
+               warn(_("failed to get parent death signal"));
                return;
        }