Changeset 203 in pacpusframework


Ignore:
Timestamp:
10/29/13 16:03:35 (11 years ago)
Author:
Marek Kurdej
Message:

Minor: output format.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusLib/ComponentManager.cpp

    r202 r203  
    332332        component->addOutputs();
    333333        // print inputs and outputs
    334         LOG_INFO("Inputs: " << component->inputs().keys());
    335         LOG_INFO("Outputs: " << component->outputs().keys());
     334        LOG_INFO("Inputs:\n" << component->inputs().keys());
     335        LOG_INFO("Outputs:\n" << component->outputs().keys());
    336336
    337337        if (ComponentBase::CONFIGURATION_DELAYED == component->configurationState()) {
Note: See TracChangeset for help on using the changeset viewer.