icepll: In quiet mode don't print info about target file name

This commit is contained in:
Michael Buesch 2019-05-25 22:19:16 +02:00
parent aa5a623bb3
commit 3b011bd326
1 changed files with 2 additions and 1 deletions

View File

@ -314,6 +314,7 @@ int main(int argc, char **argv)
fclose(f);
if (!quiet)
printf("PLL configuration written to: %s\n", filename);
}