Changeset a96a982 in mainline
- Timestamp:
- 2011-09-22T17:52:32Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3019612
- Parents:
- 086290d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
r086290d ra96a982 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); 492 494 } else { 493 495 log_msg(LVL_ERROR, "Failed adding function `%s' to category " … … 495 497 } 496 498 497 log_msg(LVL_NOTE, "Function `%s' added to category `%s'.",498 fun->pathname, cat_name);499 500 499 fibril_rwlock_read_unlock(&device_tree.rwlock); 501 500 fun_del_ref(fun); 502 503 async_answer_0(callid, EOK);501 502 async_answer_0(callid, rc); 504 503 } 505 504
Note:
See TracChangeset
for help on using the changeset viewer.