[libpri-commits] rmudgett: branch 1.4 r836 - /branches/1.4/q931.c
    SVN commits to the libpri project 
    libpri-commits at lists.digium.com
       
    Wed Jun  3 16:26:03 CDT 2009
    
    
  
Author: rmudgett
Date: Wed Jun  3 16:25:59 2009
New Revision: 836
URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=836
Log:
Made transmit_facility() debug message indiate to which message the facility ie is being added.
Modified:
    branches/1.4/q931.c
Modified: branches/1.4/q931.c
URL: http://svn.asterisk.org/svn-view/libpri/branches/1.4/q931.c?view=diff&rev=836&r1=835&r2=836
==============================================================================
--- branches/1.4/q931.c (original)
+++ branches/1.4/q931.c Wed Jun  3 16:25:59 2009
@@ -1344,7 +1344,8 @@
 		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);
 	}
 
    
    
More information about the libpri-commits
mailing list