summaryrefslogtreecommitdiff
path: root/source3/libsmb
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2002-06-28 03:51:31 +0000
committerAndrew Tridgell <tridge@samba.org>2002-06-28 03:51:31 +0000
commit01eec582433744967d35d611e6b153262fa8f9f2 (patch)
treed27f0364b6750e04af985b5e45a9a04c55e242b8 /source3/libsmb
parent060b73bd8e069633cb50381f4e3dd14f0fd99968 (diff)
downloadsamba-01eec582433744967d35d611e6b153262fa8f9f2.tar.gz
samba-01eec582433744967d35d611e6b153262fa8f9f2.tar.bz2
samba-01eec582433744967d35d611e6b153262fa8f9f2.zip
make net join a bit less verbose
these errors happen all the time, so they shouldn't be level 0 (This used to be commit abc2aed26c6cb12a86987a3846ca5c9f7df9a5ae)
Diffstat (limited to 'source3/libsmb')
-rw-r--r--source3/libsmb/cli_netlogon.c2
-rw-r--r--source3/libsmb/trust_passwd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/cli_netlogon.c b/source3/libsmb/cli_netlogon.c
index 765f19a5fe..4f5ccb1e21 100644
--- a/source3/libsmb/cli_netlogon.c
+++ b/source3/libsmb/cli_netlogon.c
@@ -197,7 +197,7 @@ NTSTATUS new_cli_nt_setup_creds(struct cli_state *cli,
result = new_cli_net_auth2(cli, sec_chan, 0x000001ff,
&srv_chal);
if (!NT_STATUS_IS_OK(result)) {
- DEBUG(0,("cli_nt_setup_creds: auth2 challenge failed %s\n",
+ DEBUG(1,("cli_nt_setup_creds: auth2 challenge failed %s\n",
nt_errstr(result)));
}
diff --git a/source3/libsmb/trust_passwd.c b/source3/libsmb/trust_passwd.c
index 7491f15f52..3b77f7330e 100644
--- a/source3/libsmb/trust_passwd.c
+++ b/source3/libsmb/trust_passwd.c
@@ -39,7 +39,7 @@ static NTSTATUS just_change_the_password(struct cli_state *cli, TALLOC_CTX *mem_
SEC_CHAN_WKSTA : SEC_CHAN_BDC, orig_trust_passwd_hash);
if (!NT_STATUS_IS_OK(result)) {
- DEBUG(0,("just_change_the_password: unable to setup creds (%s)!\n",
+ DEBUG(1,("just_change_the_password: unable to setup creds (%s)!\n",
nt_errstr(result)));
return result;
}