Use the rpc_parse debug class for PIDL genrated code
authorAndrew Bartlett <abartlet@samba.org>
Wed, 6 Sep 2017 04:27:07 +0000 (16:27 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 7 Sep 2017 04:56:27 +0000 (06:56 +0200)
commit4a5c2bfec1e4f3aefa4b89cf9f1e16106116b2fd
treeb2cae1f6db6b0c171236056b1b6c74c12dda2cb1
parente3988f8f74f4a11e8f26a548e0a33d20f4e863f7
Use the rpc_parse debug class for PIDL genrated code

This means that the default print binding string qualifier will now go via this debug class
as will explicit calls to ndr_print_debug() and ndr_print_union_debug().

Calls to ndr_print_debugc() are not changed.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
librpc/ndr/ndr.c