Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- sys-utils/setpriv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.48.1