From 912ed80178eb10c3a2bd30ebd170db20f672a4b4 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 20 Sep 1990 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1990-09-20 --- gnot/stasync.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnot/stasync.c b/gnot/stasync.c index 4d7549d74529b12a0a9417e0f64b230bef4336b0..52d41118a20eda2ca8e06700c371a182f3558fca 100644 --- a/gnot/stasync.c +++ b/gnot/stasync.c @@ -192,6 +192,8 @@ asputf(Async *ap, int frame) *p++ = FRAME; } ap->bp->wptr = p; + if(asyncdebug > 2) + showframe("out", ap, ap->bp->rptr, BLEN(ap->bp)); aswrite(ap); } @@ -272,10 +274,6 @@ asyncoput(Queue *q, Block *bp) asputf(ap, 0); ap->chan = chan; - if(asyncdebug > 1) - kprint("a%d->(%d)%3.3uo %d\n", - ap-async, chan, ctl, bp->wptr - bp->rptr); - /* * send the 8 bit data */