]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
wb_dsgetdcname.c: move common message to higher log level
authorBjörn Jacke <bj@sernet.de>
Wed, 28 Jun 2023 11:56:53 +0000 (13:56 +0200)
committerBjoern Jacke <bjacke@samba.org>
Sun, 2 Jul 2023 16:50:36 +0000 (16:50 +0000)
Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/winbindd/wb_dsgetdcname.c

index 78f220951c19b4f136cbd71646d4792d6cabdee6..9aab57d1fcc6ee9181c5bc92bcb1b637a8203744 100644 (file)
@@ -125,7 +125,7 @@ NTSTATUS wb_dsgetdcname_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
 
        D_INFO("WB command dsgetdcname end.\n");
        if (tevent_req_is_nterror(req, &status)) {
-               D_WARNING("Failed with %s.\n", nt_errstr(status));
+               D_NOTICE("Failed with %s.\n", nt_errstr(status));
                return status;
        }
        *pdcinfo = talloc_move(mem_ctx, &state->dcinfo);