devmnt: print chanpath for unexpected reply tag

front
cinap_lenrek 2020-08-04 16:23:22 +02:00
parent 53800208bd
commit d913f652f5
1 changed files with 2 additions and 1 deletions

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