From 0ed9c5569a2500939d5b268041571506656691b9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Wed, 19 Sep 2007 12:05:47 +0000 Subject: r25225: Add a debug message. Michael (This used to be commit 7238884c2cb25dd9279703004ffab6618715a275) --- source3/rpc_client/cli_lsarpc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/rpc_client') diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index bb1b67ce1a..1e751089dd 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -171,6 +171,9 @@ static NTSTATUS rpccli_lsa_lookup_sids_noalloc(struct rpc_pipe_client *cli, lsa_io_r_lookup_sids, NT_STATUS_UNSUCCESSFUL ); + DEBUG(10, ("LSA_LOOKUPSIDS returned '%s', mapped count = %d'\n", + nt_errstr(r.status), r.mapped_count)); + if (!NT_STATUS_IS_OK(r.status) && !NT_STATUS_EQUAL(r.status, NT_STATUS_NONE_MAPPED) && !NT_STATUS_EQUAL(r.status, STATUS_SOME_UNMAPPED)) -- cgit