mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
librpc/dceprc_util.c: Move debug message to DBG_DEBUG()
This message shows up a lot (every packet) at level 6 for the succesful case Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
544084d4a2
commit
cbb3dcf2c6
@ -267,8 +267,8 @@ NTSTATUS dcerpc_pull_auth_trailer(const struct ncacn_packet *pkt,
|
||||
return NT_STATUS_RPC_PROTOCOL_ERROR;
|
||||
}
|
||||
|
||||
DEBUG(6,(__location__ ": auth_pad_length %u\n",
|
||||
(unsigned)auth->auth_pad_length));
|
||||
DBG_DEBUG("auth_pad_length %u\n",
|
||||
(unsigned)auth->auth_pad_length);
|
||||
|
||||
talloc_steal(mem_ctx, auth->credentials.data);
|
||||
talloc_free(ndr);
|
||||
|
Loading…
Reference in New Issue
Block a user