Changeset df15e5f in mainline for uspace/srv/tcp/tcp.c


Ignore:
Timestamp:
2012-02-12T20:09:36Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd8bfc5a
Parents:
4f64a523
Message:

Fix bug in MAC address decoding.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/tcp/tcp.c

    r4f64a523 rdf15e5f  
    208208        printf(NAME ": TCP (Transmission Control Protocol) network module\n");
    209209
    210         rc = log_init(NAME, LVL_ERROR);
     210        rc = log_init(NAME, LVL_DEBUG);
    211211        if (rc != EOK) {
    212212                printf(NAME ": Failed to initialize log.\n");
Note: See TracChangeset for help on using the changeset viewer.