From a6e8926f8d49a213a9abb1a61f6af964f612ab7f Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Fri, 31 Aug 2018 18:04:32 -0700 Subject: [BZ #20271] Add newlines in __libc_fatal calls. --- grp/initgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grp') diff --git a/grp/initgroups.c b/grp/initgroups.c index f056fbf..93e7f58 100644 --- a/grp/initgroups.c +++ b/grp/initgroups.c @@ -128,7 +128,7 @@ internal_getgrouplist (const char *user, gid_t group, long int *size, /* This is really only for debugging. */ if (NSS_STATUS_TRYAGAIN > status || status > NSS_STATUS_RETURN) - __libc_fatal ("illegal status in internal_getgrouplist"); + __libc_fatal ("Illegal status in internal_getgrouplist.\n"); /* For compatibility reason we will continue to look for more entries using the next service even though data has already -- cgit v1.1