Changeset 153 in pacpusframework for branches/2.0-beta1/src/PacpusLib/ComponentManager.cpp
- Timestamp:
- Aug 1, 2013, 11:42:22 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/ComponentManager.cpp
r152 r153 338 338 339 339 ComponentBase* component = getComponent(componentName); 340 if (!component) 341 { 340 if (!component) { 342 341 LOG_WARN("cannot start component '" << componentName << "'. It does not exist!"); 343 342 return false; … … 348 347 LOG_WARN("cannot start component '" << componentName << "'. It can already be started"); 349 348 } 350 349 LOG_INFO("successfully started component '" << componentName << "'"); 351 350 return true; 352 351 }
Note:
See TracChangeset
for help on using the changeset viewer.