]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
libsmb: increase a debug level when site-aware DC lookup failed
authorRalph Boehme <slow@samba.org>
Thu, 20 Jul 2023 15:08:19 +0000 (17:08 +0200)
committerRalph Boehme <slow@samba.org>
Fri, 21 Jul 2023 16:19:35 +0000 (16:19 +0000)
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

source3/libsmb/namequery.c

index 4733aaed693a7cff458590d7924ec6f55a07eafd..e6c0c7d2a0950871c611170124c39cfd63cff76e 100644 (file)
@@ -3472,10 +3472,10 @@ 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",
-                       domain,
-                       sitename);
+               DBG_WARNING("No server for domain '%s' available"
+                           " in site '%s', fallback to all servers\n",
+                           domain,
+                           sitename);
                status = get_dc_list(ctx,
                                domain,
                                NULL,