summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_group.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-02-25 23:54:40 +0000
committerTim Potter <tpot@samba.org>2003-02-25 23:54:40 +0000
commit841ccd69502529fb5c3510889c2fb6d6bdc2029a (patch)
tree8a15624b044a6b17e81293adb1f72a748396528b /source3/nsswitch/winbindd_group.c
parenta03c5f23949f9782a42934eedaab004acdaf2d81 (diff)
downloadsamba-841ccd69502529fb5c3510889c2fb6d6bdc2029a.tar.gz
samba-841ccd69502529fb5c3510889c2fb6d6bdc2029a.tar.bz2
samba-841ccd69502529fb5c3510889c2fb6d6bdc2029a.zip
Merge: newline on debug message.
(This used to be commit df49463e62e4be7535485b668f00db287ff581f3)
Diffstat (limited to 'source3/nsswitch/winbindd_group.c')
-rw-r--r--source3/nsswitch/winbindd_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_group.c b/source3/nsswitch/winbindd_group.c
index 6b2f05f436..94a826fbbc 100644
--- a/source3/nsswitch/winbindd_group.c
+++ b/source3/nsswitch/winbindd_group.c
@@ -434,7 +434,7 @@ static BOOL get_sam_group_entries(struct getent_state *ent)
status = domain->methods->enum_dom_groups(domain, mem_ctx, &num_entries, &sam_grp_entries);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(3, ("get_sam_group_entries: could not enumerate domain groups! Error: %s", nt_errstr(status)));
+ DEBUG(3, ("get_sam_group_entries: could not enumerate domain groups! Error: %s\n", nt_errstr(status)));
result = False;
goto done;
}