devmnt: print chanpath for unexpected reply tag

This commit is contained in:
cinap_lenrek 2020-08-04 16:23:22 +02:00
parent 53800208bd
commit d913f652f5

View 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);
}
/*