1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r24480: Bump another DEBUG down to level 5

(This used to be commit 6e6eac551a)
This commit is contained in:
Kai Blin 2007-08-16 09:01:59 +00:00 committed by Gerald (Jerry) Carter
parent 9de81dbae0
commit c0e145f698

View File

@ -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);