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/libsmb | |
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/libsmb')
-rw-r--r-- | source3/libsmb/trusts_util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/trusts_util.c b/source3/libsmb/trusts_util.c index d5a02bb625..6244c844f2 100644 --- a/source3/libsmb/trusts_util.c +++ b/source3/libsmb/trusts_util.c @@ -40,7 +40,7 @@ static NTSTATUS just_change_the_password(struct cli_state *cli, TALLOC_CTX *mem_ result = cli_nt_setup_creds(cli, sec_channel_type, orig_trust_passwd_hash, &neg_flags, 2); if (!NT_STATUS_IS_OK(result)) { - DEBUG(1,("just_change_the_password: unable to setup creds (%s)!\n", + DEBUG(3,("just_change_the_password: unable to setup creds (%s)!\n", nt_errstr(result))); return result; } |