Changeset 19420 for trunk/FACT++


Ignore:
Timestamp:
12/20/18 14:37:38 (6 years ago)
Author:
tbretz
Message:
The new line must always be displayed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DimSetup.cc

    r19232 r19420  
    177177    cout << "Setting DIM_DNS_NODE =" << dns;
    178178    if (port>0)
    179         cout << ':' << port << endl;
    180     cout << "Setting DIM_HOST_NODE=" << loc << endl;
     179        cout << ':' << port;
     180    cout << "\nSetting DIM_HOST_NODE=" << loc << endl;
    181181}
    182182
Note: See TracChangeset for help on using the changeset viewer.