]> git.lizzy.rs Git - plan9front.git/commitdiff
devmnt: print chanpath for unexpected reply tag
authorcinap_lenrek <cinap_lenrek@felloff.net>
Tue, 4 Aug 2020 14:23:22 +0000 (16:23 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Tue, 4 Aug 2020 14:23:22 +0000 (16:23 +0200)
sys/src/9/port/devmnt.c

index 77a64c81a17bdd8e20031527c995f8d66df99d51..a132b9a6ea21f0ffa3de4fb721d3b20e0485d0cb 100644 (file)
@@ -1214,7 +1214,8 @@ mountmux(Mnt *m, Mntrpc *r)
                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);
 }
 
 /*