[zaptel-commits] mspiceland: branch 1.4 r3374 - in /branches/1.4: ./ wcte12xp/vpmadt032.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Sat Dec 8 16:41:56 CST 2007


Author: mspiceland
Date: Sat Dec  8 16:41:55 2007
New Revision: 3374

URL: http://svn.digium.com/view/zaptel?view=rev&rev=3374
Log:
Merged revisions 3373 via svnmerge from 
https://origsvn.digium.com/svn/zaptel/branches/1.2

........
r3373 | mspiceland | 2007-12-08 16:39:28 -0600 (Sat, 08 Dec 2007) | 2 lines

Verbose vpm test block should only be printed in debug mode.

........

Modified:
    branches/1.4/   (props changed)
    branches/1.4/wcte12xp/vpmadt032.c

Propchange: branches/1.4/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: branches/1.4/wcte12xp/vpmadt032.c
URL: http://svn.digium.com/view/zaptel/branches/1.4/wcte12xp/vpmadt032.c?view=diff&rev=3374&r1=3373&r2=3374
==============================================================================
--- branches/1.4/wcte12xp/vpmadt032.c (original)
+++ branches/1.4/wcte12xp/vpmadt032.c Sat Dec  8 16:41:55 2007
@@ -766,7 +766,7 @@
 #endif
 
 #define TEST_SIZE 2
-	{
+	if (debug) {
 		int i;
 		unsigned short msg[TEST_SIZE];
 




More information about the zaptel-commits mailing list