Changeset 277 in pacpusframework for trunk/src/PacpusLib/ComponentManager.cpp
- Timestamp:
- Mar 19, 2014, 6:05:17 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/ComponentManager.cpp
r270 r277 68 68 in->addConnection(ConnectionBase(out, priority)); 69 69 in->setReadingMode(mode); 70 //LOG_INFO("connection : Output " << out->getSignature() << " => Input" << in->getSignature());70 LOG_INFO("connection created: source=" << out->getSignature() << ", destination=" << in->getSignature()); 71 71 return true; 72 72 }
Note:
See TracChangeset
for help on using the changeset viewer.