commit | 3b011bd326e8bc8d78fe30747c3b4585cbbde260 | [log] [tgz] |
---|---|---|
author | Michael Buesch <m@bues.ch> | Sat May 25 22:19:16 2019 +0200 |
committer | Michael Buesch <m@bues.ch> | Sat May 25 22:19:16 2019 +0200 |
tree | ea16b787cb408ad6f86573c75fa5777948d78623 | |
parent | aa5a623bb3eaa3d460f94f97130698d00a18b395 [diff] |
icepll: In quiet mode don't print info about target file name
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 @@ fclose(f); - printf("PLL configuration written to: %s\n", filename); + if (!quiet) + printf("PLL configuration written to: %s\n", filename); } return 0;