summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-27 00:20:41 +0000
committerTim Potter <tpot@samba.org>2003-05-27 00:20:41 +0000
commitd89f4a1baef3991ed8877e4765af0b46e79b04e7 (patch)
tree17458abaa787c19987dcd9caed2c561b2a470a91 /source3
parentb365e172bbbc580de15d970e09f3712439427281 (diff)
downloadsamba-d89f4a1baef3991ed8877e4765af0b46e79b04e7.tar.gz
samba-d89f4a1baef3991ed8877e4765af0b46e79b04e7.tar.bz2
samba-d89f4a1baef3991ed8877e4765af0b46e79b04e7.zip
Merge from 3.0: quieten debug message for trust acct password change.
(This used to be commit ab60980461f31ce3dcb582f195b3754807dd9174)
Diffstat (limited to 'source3')
-rw-r--r--source3/libsmb/trusts_util.c2
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;
}