report driver source of grant mismatch

This commit is contained in:
Ben Gras 2006-08-04 13:31:06 +00:00
parent 4c7c64cd66
commit c3c08d252c

View file

@ -137,7 +137,8 @@ PUBLIC void dev_status(message *m)
st.REP_IO_GRANT);
if(endpt == NONE) {
printf("FS: proc with "
"grant %d not found (revive)\n",
"grant %d from %d not found (revive)\n",
st.m_source,
st.REP_IO_GRANT);
continue;
}