From b429b68481c9b173835523d06c9231b9855ca50a Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Mar 2013 00:22:01 -0500 Subject: [PATCH] tests/src/io/test-sink.c: improve message --- tests/src/io/test-sink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/io/test-sink.c b/tests/src/io/test-sink.c index 8fdba979..a47aa19e 100644 --- a/tests/src/io/test-sink.c +++ b/tests/src/io/test-sink.c @@ -33,8 +33,8 @@ int main (int argc, char **argv) n_frames += read; } while ( read == hop_size ); - PRINT_MSG("%d frames read from %s\n written to %s at %dHz\n", - n_frames, source_path, sink_path, samplerate); + PRINT_MSG("wrote %d frames at %dHz from %s written to %s\n", + n_frames, samplerate, source_path, sink_path); beach: del_aubio_source(i); -- 2.26.2