mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
libsmb: increase a debug level when site-aware DC lookup failed
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Noel Power <noel.power@suse.com> Autobuild-User(master): Ralph Böhme <slow@samba.org> Autobuild-Date(master): Fri Jul 21 16:19:35 UTC 2023 on atb-devel-224
This commit is contained in:
parent
9bab902fc5
commit
5442c47dad
@ -3472,8 +3472,8 @@ NTSTATUS get_sorted_dc_list(TALLOC_CTX *ctx,
|
||||
&ordered);
|
||||
if (NT_STATUS_EQUAL(status, NT_STATUS_NO_LOGON_SERVERS)
|
||||
&& sitename) {
|
||||
DBG_NOTICE("no server for name %s available"
|
||||
" in site %s, fallback to all servers\n",
|
||||
DBG_WARNING("No server for domain '%s' available"
|
||||
" in site '%s', fallback to all servers\n",
|
||||
domain,
|
||||
sitename);
|
||||
status = get_dc_list(ctx,
|
||||
|
Loading…
x
Reference in New Issue
Block a user