aboutsummaryrefslogtreecommitdiffstats
path: root/icepll
diff options
context:
space:
mode:
Diffstat (limited to 'icepll')
-rw-r--r--icepll/icepll.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/icepll/icepll.cc b/icepll/icepll.cc
index 82bf3e3..689b362 100644
--- a/icepll/icepll.cc
+++ b/icepll/icepll.cc
@@ -314,7 +314,8 @@ int main(int argc, char **argv)
fclose(f);
- printf("PLL configuration written to: %s\n", filename);
+ if (!quiet)
+ printf("PLL configuration written to: %s\n", filename);
}
return 0;