Changeset 267f235 in mainline for uspace/srv/devman/main.c
- Timestamp:
- 2012-08-17T13:06:32Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 20dd67e
- Parents:
- 52c4264
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/main.c
r52c4264 r267f235 1428 1428 printf("%s: HelenOS Device Manager\n", NAME); 1429 1429 1430 int rc = log_init(NAME , LVL_WARN);1430 int rc = log_init(NAME); 1431 1431 if (rc != EOK) { 1432 1432 printf("%s: Error initializing logging subsystem.\n", NAME);
Note:
See TracChangeset
for help on using the changeset viewer.