Changeset 258 in pacpusframework


Ignore:
Timestamp:
02/18/14 18:07:34 (10 years ago)
Author:
morasjul
Message:

change from log_debug to log_trace while sending by inOutInterface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/InputOutputInterface.h

    r206 r258  
    5555        }
    5656       
    57         LOG_DEBUG("Receiver: " << getSignature());
     57        LOG_TRACE("Receiver: " << getSignature());
    5858
    5959        //PacpusTypedEvent<T> * typedEvent = dynamic_cast<PacpusTypedEvent<T> *>(event);
     
    168168            it->getPriority()
    169169        );
    170         LOG_DEBUG("Sender: " << it->getInterface()->getSignature());
    171         LOG_DEBUG("Data &: " << &data);
     170        LOG_TRACE("Sender: " << it->getInterface()->getSignature());
    172171    }
    173172}
Note: See TracChangeset for help on using the changeset viewer.