summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-09-04 02:57:16 +0000
committerTim Potter <tpot@samba.org>2002-09-04 02:57:16 +0000
commitea26b3e8efcb83e16f7eb5add031a8df99046a69 (patch)
tree8d514b3a70e017d0e44218873c54405b830ae818 /source/nsswitch
parenta7616b2b942eaf3be4e16fb9d38cdb42d8b95a94 (diff)
downloadsamba-ea26b3e8efcb83e16f7eb5add031a8df99046a69.tar.gz
samba-ea26b3e8efcb83e16f7eb5add031a8df99046a69.tar.xz
samba-ea26b3e8efcb83e16f7eb5add031a8df99046a69.zip
Quietened some debugs.
Diffstat (limited to 'source/nsswitch')
-rw-r--r--source/nsswitch/winbindd_rpc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/nsswitch/winbindd_rpc.c b/source/nsswitch/winbindd_rpc.c
index 5ec34f663d8..58d90929407 100644
--- a/source/nsswitch/winbindd_rpc.c
+++ b/source/nsswitch/winbindd_rpc.c
@@ -419,7 +419,7 @@ static NTSTATUS lookup_groupmem(struct winbindd_domain *domain,
uint32 des_access = SEC_RIGHTS_MAXIMUM_ALLOWED;
BOOL got_dom_pol = False, got_group_pol = False;
- DEBUG(3,("rpc: lookup_groupmem rid=%u\n", group_rid));
+ DEBUG(10,("rpc: lookup_groupmem %s rid=%u\n", domain->name, group_rid));
*num_names = 0;
@@ -523,7 +523,7 @@ static NTSTATUS sequence_number(struct winbindd_domain *domain, uint32 *seq)
BOOL got_dom_pol = False;
uint32 des_access = SEC_RIGHTS_MAXIMUM_ALLOWED;
- DEBUG(3,("rpc: sequence_number\n"));
+ DEBUG(10,("rpc: fetch sequence_number for %s\n", domain->name));
*seq = DOM_SEQUENCE_NONE;