Skip to content

Commit 18795be

Browse files
authored
Have "keep foreign metadata" note disappear when using --silent (#794)
Fixes #792
1 parent cbfe50e commit 18795be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flac/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ int do_it(void)
511511
return usage_error("ERROR: --keep-foreign-metadata is not allowed in test mode\n");
512512
if(option_values.analyze)
513513
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");
514+
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");
515515
}
516516
if(0 != option_values.decode_chained_stream) {
517517
if(0 != option_values.skip_specification)

0 commit comments

Comments
 (0)