summaryrefslogtreecommitdiff
path: root/fxotune.c
diff options
context:
space:
mode:
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;
}