Changeset ac415d50 in mainline for uspace/srv/net/inetsrv/inet_link.c


Ignore:
Timestamp:
2017-08-24T16:57:40Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b33d140
Parents:
9621c7d
Message:

Inetsrv is too chatty by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inet_link.c

    r9621c7d rac415d50  
    111111        }
    112112
    113         log_msg(LOG_DEFAULT, LVL_NOTE, "inet_iplink_recv: link_id=%zu", packet.link_id);
     113        log_msg(LOG_DEFAULT, LVL_DEBUG, "inet_iplink_recv: link_id=%zu", packet.link_id);
    114114        log_msg(LOG_DEFAULT, LVL_DEBUG, "call inet_recv_packet()");
    115115        rc = inet_recv_packet(&packet);
Note: See TracChangeset for help on using the changeset viewer.