=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/aucat/Attic/pipe.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/aucat/Attic/pipe.c 2009/02/04 20:35:14 1.4 +++ src/usr.bin/aucat/Attic/pipe.c 2009/07/25 08:44:27 1.5 @@ -72,7 +72,7 @@ gettimeofday(&tv1, NULL); timersub(&tv1, &tv0, &dtv); us = dtv.tv_sec * 1000000 + dtv.tv_usec; - DPRINTFN(us < 5000 ? 4 : 1, + DPRINTFN(us < 5000 ? 4 : 2, "pipe_read: %s: got %d bytes in %uus\n", f->file.name, n, us); #endif @@ -111,7 +111,7 @@ gettimeofday(&tv1, NULL); timersub(&tv1, &tv0, &dtv); us = dtv.tv_sec * 1000000 + dtv.tv_usec; - DPRINTFN(us < 5000 ? 4 : 1, + DPRINTFN(us < 5000 ? 4 : 2, "pipe_write: %s: wrote %d bytes in %uus\n", f->file.name, n, us); #endif