From 39f41194962d9613b8f276c8e4259512ce2d23c5 Mon Sep 17 00:00:00 2001 From: kpfleming Date: Fri, 8 Sep 2006 16:06:21 +0000 Subject: fix spacing in log message git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1437 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp/base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wct4xxp') diff --git a/wct4xxp/base.c b/wct4xxp/base.c index 66a7265..13d8562 100644 --- a/wct4xxp/base.c +++ b/wct4xxp/base.c @@ -2870,7 +2870,7 @@ static void t4_vpm400_init(struct t4 *wc) 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; } -- cgit v1.2.3