diff options
author | Andrew Bartlett <abartlet@samba.org> | 2003-05-01 02:51:49 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2003-05-01 02:51:49 +0000 |
commit | aa79f23d9ba93e976781ae484639a321268c8705 (patch) | |
tree | 0dfd457eb8900b1dab047e37cbb41982312030c2 /source3/rpc_client | |
parent | 9bf2a5bde9f25b7e602ffb353d1bcd1da1e8975a (diff) | |
download | samba-aa79f23d9ba93e976781ae484639a321268c8705.tar.gz samba-aa79f23d9ba93e976781ae484639a321268c8705.tar.bz2 samba-aa79f23d9ba93e976781ae484639a321268c8705.zip |
Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.
Andrew Bartlett
(This used to be commit 542a8b1817d3930e03e08e16e9711cacceb6df61)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c index ce0dd95e94..72240ca7d2 100644 --- a/source3/rpc_client/cli_netlogon.c +++ b/source3/rpc_client/cli_netlogon.c @@ -280,7 +280,7 @@ NTSTATUS cli_nt_setup_creds(struct cli_state *cli, } if (!NT_STATUS_IS_OK(result)) - DEBUG(1,("cli_nt_setup_creds: auth%d challenge failed %s\n", level, nt_errstr(result))); + DEBUG(3,("cli_nt_setup_creds: auth%d challenge failed %s\n", level, nt_errstr(result))); return result; } |