Changes in uspace/srv/devman/main.c [a96a982:80a96d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
ra96a982 r80a96d2 490 490 if (rc == EOK) { 491 491 loc_service_add_to_cat(fun->service_id, cat_id); 492 log_msg(LVL_NOTE, "Function `%s' added to category `%s'.",493 fun->pathname, cat_name);494 492 } else { 495 493 log_msg(LVL_ERROR, "Failed adding function `%s' to category " … … 497 495 } 498 496 497 log_msg(LVL_NOTE, "Function `%s' added to category `%s'.", 498 fun->pathname, cat_name); 499 499 500 fibril_rwlock_read_unlock(&device_tree.rwlock); 500 501 fun_del_ref(fun); 501 502 async_answer_0(callid, rc);502 503 async_answer_0(callid, EOK); 503 504 } 504 505
Note:
See TracChangeset
for help on using the changeset viewer.