Changeset 06a1d077 in mainline for uspace/srv/net/udp/udp.c


Ignore:
Timestamp:
2012-04-17T06:39:33Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b1213b0
Parents:
69a93df7
Message:

Start network services automatically.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/udp.c

    r69a93df7 r06a1d077  
    7373        printf(NAME ": UDP (User Datagram Protocol) service\n");
    7474
    75         rc = log_init(NAME, LVL_DEBUG);
     75        rc = log_init(NAME, LVL_WARN);
    7676        if (rc != EOK) {
    7777                printf(NAME ": Failed to initialize log.\n");
Note: See TracChangeset for help on using the changeset viewer.