1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

wb_dsgetdcname.c: move common message to higher log level

Signed-off-by: Bjoern Jacke <bjacke@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Björn Jacke 2023-06-28 13:56:53 +02:00 committed by Bjoern Jacke
parent d6bee92ec5
commit 7475df4f87

View 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);