Changeset 277 in pacpusframework


Ignore:
Timestamp:
03/19/14 18:05:17 (10 years ago)
Author:
Marek Kurdej
Message:

Minor: logging.

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/DBITEPlayerLib/DbtPlyEngine.cpp

    r181 r277  
    101101void DbtPlyEngine::run()
    102102{
    103     LOG_DEBUG("run");
     103    PACPUS_LOG_FUNCTION();
    104104
    105105    // We are waiting the first trigger signal to init some values
  • trunk/src/PacpusLib/ComponentManager.cpp

    r270 r277  
    6868    in->addConnection(ConnectionBase(out, priority));
    6969    in->setReadingMode(mode);
    70     //LOG_INFO("connection : Output " << out->getSignature() << " => Input " << in->getSignature());
     70    LOG_INFO("connection created: source=" << out->getSignature() << ", destination=" << in->getSignature());
    7171    return true;
    7272}
Note: See TracChangeset for help on using the changeset viewer.