Fix reporting of lines by ripple_lines_get.

This commit is contained in:
Arthur Britto
2012-07-10 14:11:38 -07:00
parent a1424fcd60
commit 878a0889ee
2 changed files with 17 additions and 3 deletions

View File

@@ -190,6 +190,7 @@ STVector256 NetworkOPs::getDirNodeInfo(
uNodePrevious = sleNode->getIFieldU64(sfIndexPrevious);
uNodeNext = sleNode->getIFieldU64(sfIndexNext);
svIndexes = sleNode->getIFieldV256(sfIndexes);
Log(lsTRACE) << "getDirNodeInfo: first: " << strHex(uNodePrevious);
Log(lsTRACE) << "getDirNodeInfo: last: " << strHex(uNodeNext);