mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Log when we skip a non-filling path.
This commit is contained in:
@@ -622,6 +622,8 @@ bool Pathfinder::findPaths(const unsigned int iMaxSteps, const unsigned int iMax
|
||||
remaining -= lqt.get<2>();
|
||||
spsDst.addPath(vspResults[lqt.get<3>()]);
|
||||
}
|
||||
else
|
||||
cLog(lsDEBUG) << "Skipping a non-filling path: " << vspResults[lqt.get<3>()].getJson(0);
|
||||
}
|
||||
|
||||
bFound = !remaining.isGEZero();
|
||||
|
||||
Reference in New Issue
Block a user