From: Samuel Cabrero Date: Fri, 23 May 2025 11:23:01 +0000 (+0200) Subject: s3:winbind: Fix debug message X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=05f1edec38914247f5b6ddfbb2c9a02e754fab08;p=thirdparty%2Fsamba.git s3:winbind: Fix debug message Signed-off-by: Samuel Cabrero Reviewed-by: Andreas Schneider --- diff --git a/source3/winbindd/wb_getpwsid.c b/source3/winbindd/wb_getpwsid.c index 8000ad8bd4c..d323be7a556 100644 --- a/source3/winbindd/wb_getpwsid.c +++ b/source3/winbindd/wb_getpwsid.c @@ -117,7 +117,7 @@ static void wb_getpwsid_normalize_done(struct tevent_req *subreq) status = dcerpc_wbint_NormalizeNameMap_recv(subreq, state, &result); TALLOC_FREE(subreq); if (tevent_req_nterror(req, status)) { - DBG_ERR("wbint_NormalizeAndMapToAlias(%s, %s) call failed: %s\n", + DBG_ERR("wbint_NormalizeNameMap(%s, %s) call failed: %s\n", state->userinfo->domain_name, state->userinfo->acct_name, nt_errstr(status));