about summary refs log tree commit diff
path: root/nss
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2018-08-31 18:04:32 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2018-08-31 18:04:32 -0700
commita6e8926f8d49a213a9abb1a61f6af964f612ab7f (patch)
tree5714fe2b1c0b909df877d875a60e2e46bcb565ec /nss
parent2bbd06bcee5fe62896d71f78c6c2b6d0f3a23467 (diff)
downloadglibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.tar.gz
glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.tar.xz
glibc-a6e8926f8d49a213a9abb1a61f6af964f612ab7f.zip
[BZ #20271] Add newlines in __libc_fatal calls.
Diffstat (limited to 'nss')
-rw-r--r--nss/nsswitch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/nsswitch.c b/nss/nsswitch.c
index ee46f24424..3c48b4b85e 100644
--- a/nss/nsswitch.c
+++ b/nss/nsswitch.c
@@ -235,7 +235,7 @@ __nss_next2 (service_user **ni, const char *fct_name, const char *fct2_name,
       /* This is really only for debugging.  */
       if (__builtin_expect (NSS_STATUS_TRYAGAIN > status
 			    || status > NSS_STATUS_RETURN, 0))
-	 __libc_fatal ("illegal status in __nss_next");
+	 __libc_fatal ("Illegal status in __nss_next.\n");
 
        if (nss_next_action (*ni, status) == NSS_ACTION_RETURN)
 	 return 1;