summaryrefslogtreecommitdiff
path: root/wcte12xp
diff options
context:
space:
mode:
authormspiceland <mspiceland@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-08 22:39:28 +0000
committermspiceland <mspiceland@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-12-08 22:39:28 +0000
commitad88add82d25683e877ac3f8c4c84f57a9236089 (patch)
treec9d3eed068d4de4a9c042b90221533237c8167d5 /wcte12xp
parentabb82b3c8339eb8d12fe5442c5f89c323ae872e4 (diff)
Verbose vpm test block should only be printed in debug mode.
git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3373 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcte12xp')
-rw-r--r--wcte12xp/vpmadt032.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wcte12xp/vpmadt032.c b/wcte12xp/vpmadt032.c
index aa9cb9d..964d0ea 100644
--- a/wcte12xp/vpmadt032.c
+++ b/wcte12xp/vpmadt032.c
@@ -766,7 +766,7 @@ void t1_vpm150m_init(struct t1 *wc) {
#endif
#define TEST_SIZE 2
- {
+ if (debug) {
int i;
unsigned short msg[TEST_SIZE];