[zaptel-commits] kpfleming: branch 1.4 r3427 - in /branches/1.4: ./ wcte12xp/vpmadt032.c

SVN commits to the Zaptel project zaptel-commits at lists.digium.com
Tue Dec 11 10:38:04 CST 2007


Author: kpfleming
Date: Tue Dec 11 10:38:04 2007
New Revision: 3427

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

........
r3426 | kpfleming | 2007-12-11 10:37:28 -0600 (Tue, 11 Dec 2007) | 2 lines

we don't need a message telling the user that they don't have a VPMADT032, that will only serve to confuse them

........

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=3427&r1=3426&r2=3427
==============================================================================
--- branches/1.4/wcte12xp/vpmadt032.c (original)
+++ branches/1.4/wcte12xp/vpmadt032.c Tue Dec 11 10:38:04 2007
@@ -702,10 +702,8 @@
 			reg = t1_vpm150m_getpage(wc);
 			if (reg != i) {
 				/* If they have debug turned on we want them to be able to 
-                 * report where in the code the module failed to come up. */
+				 * report where in the code the module failed to come up. */
 				debug_printk(1, "Either no VPMADT032 module present or the module failed VPM page access test (%x != %x)\n", i, reg);
-				/* we need a message in case they don't have debug turned on*/
-				module_printk("No working VPMADT032 hardware echo cancellation module found.\n");
 				goto failed_exit;
 			}
 		}




More information about the zaptel-commits mailing list