From 3c1213565988dce80d2011c97506cf53887b6900 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Wed, 3 Jun 2009 21:25:59 +0000 Subject: [PATCH] Made transmit_facility() debug message indiate to which message the facility ie is being added. git-svn-id: https://origsvn.digium.com/svn/libpri/branches/1.4@836 2fbb986a-6c06-0410-b554-c9c1f0a7f128 --- q931.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/q931.c b/q931.c index 0b1fb04..0f3cb48 100644 --- a/q931.c +++ b/q931.c @@ -1344,7 +1344,8 @@ static int transmit_facility(int full_ie, struct pri *ctrl, q931_call *call, int return 0; if (ctrl->debug & PRI_DEBUG_APDU) { - pri_message(ctrl, "Adding facility ie contents to send message:\n"); + pri_message(ctrl, "Adding facility ie contents to send in %s message:\n", + msg2str(msgtype)); facility_decode_dump(ctrl, tmp->apdu, tmp->apdu_len); }