Changeset 267f235 in mainline for uspace/srv/net/ethip/ethip.c
- Timestamp:
- 2012-08-17T13:06:32Z (13 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/net/ethip/ethip.c
r52c4264 r267f235 266 266 printf(NAME ": HelenOS IP over Ethernet service\n"); 267 267 268 if (log_init(NAME , LVL_WARN) != EOK) {268 if (log_init(NAME) != EOK) { 269 269 printf(NAME ": Failed to initialize logging.\n"); 270 270 return 1;
Note:
See TracChangeset
for help on using the changeset viewer.