shithub: riscv

Download patch

ref: d913f652f5098c372fd7c98b25ebc0e166bc525a
parent: 53800208bd762b1ecf14b60585cb906f22db7de8
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Aug 4 12:23:22 EDT 2020

devmnt: print chanpath for unexpected reply tag

--- a/sys/src/9/port/devmnt.c
+++ b/sys/src/9/port/devmnt.c
@@ -1214,7 +1214,8 @@
 		l = &q->list;
 	}
 	unlock(m);
-	print("unexpected reply tag %ud; type %d\n", r->reply.tag, r->reply.type);
+	print("mnt: unexpected reply from %s tag %ud; type %d\n",
+		chanpath(m->c), r->reply.tag, r->reply.type);
 }
 
 /*