diff options
author | Tim Potter <tpot@samba.org> | 2002-09-04 02:57:16 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-04 02:57:16 +0000 |
commit | abff9f492a2a66a6e825ab4c73b8c83661df0f7e (patch) | |
tree | 3e236373322f1b08a0e19ee9d4071070ab0b6c20 /source3 | |
parent | 2d8e2cfc7915e0027f8359b50042312a6827d8a9 (diff) | |
download | samba-abff9f492a2a66a6e825ab4c73b8c83661df0f7e.tar.gz samba-abff9f492a2a66a6e825ab4c73b8c83661df0f7e.tar.xz samba-abff9f492a2a66a6e825ab4c73b8c83661df0f7e.zip |
Quietened some debugs.
(This used to be commit ea26b3e8efcb83e16f7eb5add031a8df99046a69)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/nsswitch/winbindd_rpc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/nsswitch/winbindd_rpc.c b/source3/nsswitch/winbindd_rpc.c index 5ec34f663d..58d9092940 100644 --- a/source3/nsswitch/winbindd_rpc.c +++ b/source3/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; |