diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2018-08-31 18:04:32 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2018-08-31 18:04:32 -0700 |
commit | a6e8926f8d49a213a9abb1a61f6af964f612ab7f (patch) | |
tree | 5714fe2b1c0b909df877d875a60e2e46bcb565ec /grp | |
parent | 2bbd06bcee5fe62896d71f78c6c2b6d0f3a23467 (diff) | |
download | glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.tar.gz glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.tar.xz glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.zip |
[BZ #20271] Add newlines in __libc_fatal calls.
Diffstat (limited to 'grp')
-rw-r--r-- | grp/initgroups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grp/initgroups.c b/grp/initgroups.c index f056fbf5aa..93e7f5814d 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 |