passdb: add missing newline to debug message in get_primary_group_sid()
authorJustin Maggard <jmaggard@netgear.com>
Fri, 8 Aug 2014 17:19:41 +0000 (10:19 -0700)
committerMichael Adam <obnox@samba.org>
Fri, 8 Aug 2014 22:44:06 +0000 (00:44 +0200)
Signed-off-by: Justin Maggard <jmaggard@netgear.com>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Sat Aug  9 00:44:06 CEST 2014 on sn-devel-104

source3/passdb/lookup_sid.c

index 5f24d7844aeb696c4fc60ddb43d2611397840c5c..d541719ec85515965a93a4b455e83b5efb33aa18 100644 (file)
@@ -1491,7 +1491,7 @@ NTSTATUS get_primary_group_sid(TALLOC_CTX *mem_ctx,
        if (!pwd) {
                pwd = Get_Pwnam_alloc(mem_ctx, username);
                if (!pwd) {
-                       DEBUG(0, ("Failed to find a Unix account for %s",
+                       DEBUG(0, ("Failed to find a Unix account for %s\n",
                                  username));
                        TALLOC_FREE(tmp_ctx);
                        return NT_STATUS_NO_SUCH_USER;