We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbfe50e commit 18795beCopy full SHA for 18795be
src/flac/main.c
@@ -511,7 +511,7 @@ int do_it(void)
511
return usage_error("ERROR: --keep-foreign-metadata is not allowed in test mode\n");
512
if(option_values.analyze)
513
return usage_error("ERROR: --keep-foreign-metadata is not allowed in analyis mode\n");
514
- flac__utils_printf(stderr, 1, "NOTE: --keep-foreign-metadata is a new feature; make sure to test the output file before deleting the original.\n");
+ flac__utils_printf(stderr, 2, "NOTE: --keep-foreign-metadata is a new feature; make sure to test the output file before deleting the original.\n");
515
}
516
if(0 != option_values.decode_chained_stream) {
517
if(0 != option_values.skip_specification)
0 commit comments