From 3b011bd326e8bc8d78fe30747c3b4585cbbde260 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sat, 25 May 2019 22:19:16 +0200 Subject: icepll: In quiet mode don't print info about target file name --- icepll/icepll.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'icepll') 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; -- cgit v1.2.3