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