Changeset de3d15b4 in mainline
- Timestamp:
- 2013-09-10T23:14:46Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c6ade6
- Parents:
- 0511549
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/driver.c
r0511549 rde3d15b4 85 85 fibril_mutex_unlock(&drivers_list->drivers_mutex); 86 86 87 log_msg(LOG_DEFAULT, LVL_ NOTE, "Driver `%s' was added to the list of available "87 log_msg(LOG_DEFAULT, LVL_DEBUG, "Driver `%s' was added to the list of available " 88 88 "drivers.", drv->name); 89 89 }
Note:
See TracChangeset
for help on using the changeset viewer.