uwrap: Removed double newline
authorAndreas Schneider <asn@samba.org>
Fri, 21 Aug 2015 09:05:24 +0000 (11:05 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 21 Aug 2015 12:46:15 +0000 (14:46 +0200)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
lib/uid_wrapper/uid_wrapper.c

index a5e4fe57525c882022c6d65fe12a099242d03d52..2961b879e77118ddf4a6d79671b18f0baf52c3c9 100644 (file)
@@ -1634,7 +1634,7 @@ static long int uwrap_syscall (long int sysno, va_list vp)
                        break;
                default:
                        UWRAP_LOG(UWRAP_LOG_DEBUG,
-                                 "UID_WRAPPER calling non-wrapped syscall %lu\n",
+                                 "UID_WRAPPER calling non-wrapped syscall %lu",
                                  sysno);
 
                        rc = libc_vsyscall(sysno, vp);