devmnt: print chanpath for unexpected reply tag
This commit is contained in:
parent
53800208bd
commit
d913f652f5
1 changed files with 2 additions and 1 deletions
|
@ -1214,7 +1214,8 @@ mountmux(Mnt *m, Mntrpc *r)
|
||||||
l = &q->list;
|
l = &q->list;
|
||||||
}
|
}
|
||||||
unlock(m);
|
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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue