tests/src/io/test-sink.c: improve message
authorPaul Brossier <piem@piem.org>
Fri, 22 Mar 2013 05:22:01 +0000 (00:22 -0500)
committerPaul Brossier <piem@piem.org>
Fri, 22 Mar 2013 05:22:01 +0000 (00:22 -0500)
tests/src/io/test-sink.c

index 8fdba9792ae5debfab373790e8777482da477edf..a47aa19e0c103e1bb2088d69574b9bbd39cf9e69 100644 (file)
@@ -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);