[svn-commits] russell: branch 1.2 r1641 - /branches/1.2/wcte11xp.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Sun Nov 26 01:10:23 MST 2006


Author: russell
Date: Sun Nov 26 02:10:22 2006
New Revision: 1641

URL: http://svn.digium.com/view/zaptel?view=rev&rev=1641
Log:
Remove a misplaced semicolon which caused some debug output to be printed
regardless of the debug setting.  (issue #8414, gknispel_proformatique)

Modified:
    branches/1.2/wcte11xp.c

Modified: branches/1.2/wcte11xp.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wcte11xp.c?view=diff&rev=1641&r1=1640&r2=1641
==============================================================================
--- branches/1.2/wcte11xp.c (original)
+++ branches/1.2/wcte11xp.c Sun Nov 26 02:10:22 2006
@@ -1381,7 +1381,7 @@
 	}
 
 	/* Check out the controller */
-	if (debug); printk("Controller version: %02x\n", control_get_reg(wc, WC_VERSION));
+	if (debug) printk("Controller version: %02x\n", control_get_reg(wc, WC_VERSION));
 
 
 	control_set_reg(wc, WC_LEDTEST, 0x00);



More information about the svn-commits mailing list