r12825: Add \n
authorGünther Deschner <gd@samba.org>
Tue, 10 Jan 2006 11:34:43 +0000 (11:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:50:02 +0000 (13:50 -0500)
Guenther
(This used to be commit 909ef011b1343a33c4da4b2230062fd0468736ce)

source4/lib/samba3/secrets.c

index 0f3cc0c581dd24590be911c5be967f336dc1cf60..953e00d367f0578716e1e3022dcbfc71c5260c03 100644 (file)
@@ -253,7 +253,7 @@ NTSTATUS samba3_read_secrets(const char *fname, TALLOC_CTX *ctx, struct samba3_s
                }
 
                if (!secrets_handlers[i].prefix) {
-                       DEBUG(0, ("Unable to find handler for string %s", kbuf.dptr));
+                       DEBUG(0, ("Unable to find handler for string %s\n", kbuf.dptr));
                }
        }