[zaptel-commits] kpfleming: branch 1.2 r1437 - /branches/1.2/wct4xxp/base.c

zaptel-commits at lists.digium.com zaptel-commits at lists.digium.com
Fri Sep 8 09:06:21 MST 2006


Author: kpfleming
Date: Fri Sep  8 11:06:21 2006
New Revision: 1437

URL: http://svn.digium.com/view/zaptel?rev=1437&view=rev
Log:
fix spacing in log message

Modified:
    branches/1.2/wct4xxp/base.c

Modified: branches/1.2/wct4xxp/base.c
URL: http://svn.digium.com/view/zaptel/branches/1.2/wct4xxp/base.c?rev=1437&r1=1436&r2=1437&view=diff
==============================================================================
--- branches/1.2/wct4xxp/base.c (original)
+++ branches/1.2/wct4xxp/base.c Fri Sep  8 11:06:21 2006
@@ -2870,7 +2870,7 @@
 		printk("VPM400: hardware DTMF enabled.\n");
 		vpmdtmfsupport = 1;
 	}
-	printk("VPM400%s: Present and operational servicing %d span(s)\n", (gen2vpm ? "(2nd Gen)" : ""), wc->numspans);
+	printk("VPM400%s: Present and operational servicing %d span(s)\n", (gen2vpm ? " (2nd Gen)" : ""), wc->numspans);
 	wc->vpm = T4_VPM_PRESENT;
 }
 



More information about the zaptel-commits mailing list