[PATCH 01/14] setpriv: make message for failing PR_GET_PDEATHSIG the same as the other

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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





[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux