[libpri-commits] rmudgett: branch 1.4 r1439 - /branches/1.4/q921.c
    SVN commits to the libpri project 
    libpri-commits at lists.digium.com
       
    Tue Jan 26 15:04:52 CST 2010
    
    
  
Author: rmudgett
Date: Tue Jan 26 15:04:48 2010
New Revision: 1439
URL: http://svnview.digium.com/svn/libpri?view=rev&rev=1439
Log:
Don't be so noisy when D channel is down.
Modified:
    branches/1.4/q921.c
Modified: branches/1.4/q921.c
URL: http://svnview.digium.com/svn/libpri/branches/1.4/q921.c?view=diff&rev=1439&r1=1438&r2=1439
==============================================================================
--- branches/1.4/q921.c (original)
+++ branches/1.4/q921.c Tue Jan 26 15:04:48 2010
@@ -435,10 +435,10 @@
 {
 	struct pri *pri = vpri;
 
-	if (pri->debug & PRI_DEBUG_Q921_DUMP)
+	if (pri->debug & PRI_DEBUG_Q921_DUMP) {
 		pri_message(pri, "%s\n", __FUNCTION__);
-
-	q921_dump_pri(pri);
+		q921_dump_pri(pri);
+	}
 
 	pri->t200_timer = 0;
 
    
    
More information about the libpri-commits
mailing list