Changeset 06a1d077 in mainline for uspace/srv/net/tcp/tcp.c
- Timestamp:
- 2012-04-17T06:39:33Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b1213b0
- Parents:
- 69a93df7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/tcp.c
r69a93df7 r06a1d077 208 208 printf(NAME ": TCP (Transmission Control Protocol) network module\n"); 209 209 210 rc = log_init(NAME, LVL_ DEBUG);210 rc = log_init(NAME, LVL_WARN); 211 211 if (rc != EOK) { 212 212 printf(NAME ": Failed to initialize log.\n");
Note:
See TracChangeset
for help on using the changeset viewer.