From: Benno Schulenberg Date: Sun, 9 Feb 2025 08:23:17 +0000 (+0100) Subject: setpriv: make message for failing PR_GET_PDEATHSIG the same as the other X-Git-Tag: v2.42-start~51^2~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ec592073bd6a5c9e8bab4fa2f7c163d35d16e94;p=thirdparty%2Futil-linux.git setpriv: make message for failing PR_GET_PDEATHSIG the same as the other Signed-off-by: Benno Schulenberg --- diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c index 43d72f64c..daa3ab366 100644 --- a/sys-utils/setpriv.c +++ b/sys-utils/setpriv.c @@ -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; }