From: Volker Lendecke Date: Sun, 20 Feb 2011 17:39:09 +0000 (+0100) Subject: s3: Fix a debug message X-Git-Tag: tevent-0.9.11~469 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95126034b02f0536b521a250a7935fd1472c77d2;p=thirdparty%2Fsamba.git s3: Fix a debug message --- diff --git a/source3/passdb/pdb_ads.c b/source3/passdb/pdb_ads.c index 490c78c88c4..973cc3b8936 100644 --- a/source3/passdb/pdb_ads.c +++ b/source3/passdb/pdb_ads.c @@ -764,7 +764,7 @@ static NTSTATUS pdb_ads_getgrfilter(struct pdb_methods *m, GROUP_MAP *map, return NT_STATUS_LDAP(rc); } if (talloc_array_length(group) != 1) { - DEBUG(10, ("Expected 1 user, got %d\n", + DEBUG(10, ("Expected 1 group, got %d\n", (int)talloc_array_length(group))); return NT_STATUS_INTERNAL_DB_CORRUPTION; }