From b2256a9ca36b8d355be6788f76348c53bed3cc22 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Mon, 18 Oct 1999 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1999-10-18 --- port/devmnt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port/devmnt.c b/port/devmnt.c index 991120f539eecff0f5a4f668dbca7aab5f6e9b9f..d2a220391f3a5051b53704f64d15a25ae794cb30 100644 --- a/port/devmnt.c +++ b/port/devmnt.c @@ -638,9 +638,9 @@ mountrpc(Mnt *m, Mntrpc *r) default: if(t == r->request.type+1) break; - print("mnt: proc %s %lud: mismatch rep 0x%lux T%d R%d rq %d fls %d rp %d\n", + print("mnt: proc %s %lud: mismatch rep 0x%lux tag %d fid %d T%d R%d fls %d rp %d\n", up->text, up->pid, - r, r->request.type, r->reply.type, r->request.tag, + r, r->request.tag, r->request.fid, r->request.type, r->reply.type, r->flushtag, r->reply.tag); error(Emountrpc); }