Changeset 06a1d077 in mainline for uspace/srv/net/ethip/ethip.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/ethip/ethip.c

    r69a93df7 r06a1d077  
    5151#include "std.h"
    5252
    53 #define NAME "eth"
     53#define NAME "ethip"
    5454
    5555static int ethip_open(iplink_srv_t *srv);
     
    268268        printf(NAME ": HelenOS IP over Ethernet service\n");
    269269
    270         if (log_init(NAME, LVL_DEBUG) != EOK) {
     270        if (log_init(NAME, LVL_WARN) != EOK) {
    271271                printf(NAME ": Failed to initialize logging.\n");
    272272                return 1;
Note: See TracChangeset for help on using the changeset viewer.