diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/lib/samba3/secrets.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/samba3/secrets.c b/source4/lib/samba3/secrets.c index 0f3cc0c581..953e00d367 100644 --- a/source4/lib/samba3/secrets.c +++ b/source4/lib/samba3/secrets.c @@ -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)); } } |