summaryrefslogtreecommitdiff
path: root/wct4xxp
diff options
context:
space:
mode:
authorkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-08 16:06:21 +0000
committerkpfleming <kpfleming@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-08 16:06:21 +0000
commit39f41194962d9613b8f276c8e4259512ce2d23c5 (patch)
tree58fe3594dc0048f92f1979c3a887cabc9f2da77d /wct4xxp
parenta25294f1d516ca2f599bd31edbddb349e3387237 (diff)
fix spacing in log message
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@1437 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wct4xxp')
-rw-r--r--wct4xxp/base.c2
1 files changed, 1 insertions, 1 deletions
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;
}