Changeset df15e5f in mainline for uspace/srv/tcp/tcp.c
- Timestamp:
- 2012-02-12T20:09:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd8bfc5a
- Parents:
- 4f64a523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/tcp/tcp.c
r4f64a523 rdf15e5f 208 208 printf(NAME ": TCP (Transmission Control Protocol) network module\n"); 209 209 210 rc = log_init(NAME, LVL_ ERROR);210 rc = log_init(NAME, LVL_DEBUG); 211 211 if (rc != EOK) { 212 212 printf(NAME ": Failed to initialize log.\n");
Note:
See TracChangeset
for help on using the changeset viewer.