Changeset a41b691 in mainline for uspace/lib/nic/src/nic_driver.c


Ignore:
Timestamp:
2014-08-11T20:42:24Z (10 years ago)
Author:
Agnieszka Tabaka <nufcia@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f11e6c9
Parents:
ee95794
Message:

Remove temporary log messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/nic/src/nic_driver.c

    ree95794 ra41b691  
    4747#include <ops/nic.h>
    4848#include <errno.h>
    49 
    50 #include <io/log.h>
    5149
    5250#include "nic_driver.h"
     
    438436                int rc = nic_ev_addr_changed(nic_data->client_session,
    439437                    address);
    440                 log_msg(LOG_DEFAULT, LVL_WARN, "rc=%d", rc);
    441438
    442439                if (rc != EOK) {
     
    531528        /* Update statistics */
    532529        fibril_rwlock_write_lock(&nic_data->stats_lock);
    533 
    534         log_msg(LOG_DEFAULT, LVL_WARN, "nic_received_frame(), check=%d", check);
    535530
    536531        if (nic_data->state == NIC_STATE_ACTIVE && check) {
Note: See TracChangeset for help on using the changeset viewer.