diff options
author | Kai Blin <kai@samba.org> | 2007-08-16 09:01:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:01:56 -0500 |
commit | c0e145f698c2ffa8533c9863c9b68aee9a44a792 (patch) | |
tree | eae907979fc9c7bae63df61b0b8a53891f3f332f | |
parent | 9de81dbae08ae5d560ebb1affeee916ae0b3c779 (diff) | |
download | samba-c0e145f698c2ffa8533c9863c9b68aee9a44a792.tar.gz samba-c0e145f698c2ffa8533c9863c9b68aee9a44a792.tar.bz2 samba-c0e145f698c2ffa8533c9863c9b68aee9a44a792.zip |
r24480: Bump another DEBUG down to level 5
(This used to be commit 6e6eac551a42d4d68676d408b31207de7b9d0006)
-rw-r--r-- | source4/winbind/wb_samba3_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_samba3_cmd.c b/source4/winbind/wb_samba3_cmd.c index 29cf3573c1..da520adbc9 100644 --- a/source4/winbind/wb_samba3_cmd.c +++ b/source4/winbind/wb_samba3_cmd.c @@ -789,7 +789,7 @@ NTSTATUS wbsrv_samba3_sid2uid(struct wbsrv_samba3_call *s3call) s3call->wbconn->listen_socket->service; struct dom_sid *sid; - DEBUG(1, ("wbsrv_samba3_sid2uid called\n")); + DEBUG(5, ("wbsrv_samba3_sid2uid called\n")); sid = dom_sid_parse_talloc(s3call, s3call->request.data.sid); NT_STATUS_HAVE_NO_MEMORY(sid); |