Log when we skip a non-filling path.

This commit is contained in:
JoelKatz
2013-03-29 17:12:45 -07:00
parent 75dd924f3a
commit 1b8be99f89

View File

@@ -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();