diff options
Diffstat (limited to 'src/ladspa_run_synth.c')
| -rw-r--r-- | src/ladspa_run_synth.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ladspa_run_synth.c b/src/ladspa_run_synth.c index 25107ef..1675cb7 100644 --- a/src/ladspa_run_synth.c +++ b/src/ladspa_run_synth.c @@ -137,6 +137,8 @@ print_snd_seq_event(event_table->events); fprintf(stderr, "%s: %s\n", my_name, sf_strerror(outfile)); return; } + fprintf(stdout, "%s: Wrote %d frames to %s\n", + my_name, items_written, output_file); /* total_written += items_written; if (release_tail >= 0) { |
