From: Jennifer Richards Date: Thu, 15 Jun 2017 22:37:58 +0000 (-0400) Subject: Fix log message to reflect broader filtering capabilities X-Git-Tag: v3.0.0~12 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=trust_router.git;a=commitdiff_plain;h=294d22639c8d72402cca2b2fd6720815b0b32332 Fix log message to reflect broader filtering capabilities --- diff --git a/tr/tr_tid.c b/tr/tr_tid.c index 6bc002a..37ee89f 100644 --- a/tr/tr_tid.c +++ b/tr/tr_tid.c @@ -319,8 +319,8 @@ static int tr_tids_req_handler(TIDS_INSTANCE *tids, &(fwd_req->cons), &oaction)) || (TR_FILTER_ACTION_ACCEPT != oaction)) { - tr_notice("tr_tids_req_handler: RP realm (%s) does not match RP Realm filter for GSS name", orig_req->rp_realm->buf); - tids_send_err_response(tids, orig_req, "RP Realm filter error"); + tr_notice("tr_tids_req_handler: Incoming TID request rejected by filter for GSS name", orig_req->rp_realm->buf); + tids_send_err_response(tids, orig_req, "Incoming TID request filter error"); retval=-1; goto cleanup; }