From 294d22639c8d72402cca2b2fd6720815b0b32332 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Thu, 15 Jun 2017 18:37:58 -0400 Subject: [PATCH 1/1] Fix log message to reflect broader filtering capabilities --- tr/tr_tid.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } -- 2.1.4