Changes in uspace/srv/devman/main.c [6e50466:de2c901] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
r6e50466 rde2c901 458 458 459 459 if (driver == NULL) { 460 printf(NAME ": devman_forward error - the device is not in %" PRIun 461 " usable state.\n", handle); 460 printf(NAME ": devman_forward error - the device %" PRIun \ 461 " (%s) is not in usable state.\n", 462 handle, dev->pathname); 462 463 ipc_answer_0(iid, ENOENT); 463 464 return;
Note:
See TracChangeset
for help on using the changeset viewer.