Changeset 204 in pacpusframework for trunk/src/PacpusLib/ComponentBase.cpp
- Timestamp:
- Oct 29, 2013, 4:10:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/ComponentBase.cpp
r202 r204 59 59 os << i->first << "=" << val; 60 60 } 61 os << "\n"; 61 62 } 62 63 return os; … … 265 266 } 266 267 267 LOG_INFO( vm);268 LOG_INFO("Parsed parameter values:\n" << vm); 268 269 } 269 270
Note:
See TracChangeset
for help on using the changeset viewer.