summaryrefslogtreecommitdiff
path: root/fxotune.c
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-16 14:55:04 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-09-16 14:55:04 +0000
commitecc65d80b45261573e0ee298de60da0ecb41fa28 (patch)
tree988dfcac4a31968f9f75a6d76335a89441fb540c /fxotune.c
parent8be21bc8a866aada4b477af34b6d891df07b68c4 (diff)
* Run fxotune automatically on startup.
* Make fxotune -s less verbose by default so it won't make noise for the init.d script. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.4@3045 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'fxotune.c')
-rw-r--r--fxotune.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fxotune.c b/fxotune.c
index 8999010..b25d8ee 100644
--- a/fxotune.c
+++ b/fxotune.c
@@ -749,7 +749,8 @@ static int do_set(char *configfilename)
fclose(fp);
- fprintf(stdout, "fxotune: successfully set echo coeffecients on FXO modules\n");
+ if (debug)
+ fprintf(stdout, "fxotune: successfully set echo coeffecients on FXO modules\n");
return 0;
}