pool raw access helper info output commented out
This commit is contained in:
parent
2425685e44
commit
a762c159fe
@ -81,7 +81,7 @@ ReturnValue_t PoolRawAccessHelper::handlePoolEntrySerialization(uint32_t current
|
|||||||
ReturnValue_t result;
|
ReturnValue_t result;
|
||||||
uint8_t arrayPosition = 0;
|
uint8_t arrayPosition = 0;
|
||||||
bool poolEntrySerialized = false;
|
bool poolEntrySerialized = false;
|
||||||
info << "Pool Raw Access Helper: Handling Pool ID: " << std::hex << currentPoolId << std::endl;
|
//info << "Pool Raw Access Helper: Handling Pool ID: " << std::hex << currentPoolId << std::endl;
|
||||||
while(not poolEntrySerialized) {
|
while(not poolEntrySerialized) {
|
||||||
DataSet currentDataSet = DataSet();
|
DataSet currentDataSet = DataSet();
|
||||||
PoolRawAccess currentPoolRawAccess(currentPoolId,arrayPosition,¤tDataSet,PoolVariableIF::VAR_READ);
|
PoolRawAccess currentPoolRawAccess(currentPoolId,arrayPosition,¤tDataSet,PoolVariableIF::VAR_READ);
|
||||||
|
Loading…
Reference in New Issue
Block a user