Changeset 365 in pacpusframework for branches/0.2.x/src/PacpusLib/ComponentBase.cpp
- Timestamp:
- Dec 15, 2015, 11:43:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2.x/src/PacpusLib/ComponentBase.cpp
r349 r365 563 563 { 564 564 LOG_INFO("Parsing parameters..."); 565 LOG_INFO(mOptionsDescription); 565 std::ostringstream temp_stream; 566 temp_stream << mOptionsDescription; 567 LOG_INFO(temp_stream.str()); 566 568 567 569 po::variables_map vm;
Note:
See TracChangeset
for help on using the changeset viewer.