mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-19 18:15:50 +00:00
Lower log level of "addPathsForType" log message (fixes #4177)
This commit is contained in:
@@ -796,8 +796,8 @@ Pathfinder::addPathsForType(
|
||||
PathType const& pathType,
|
||||
std::function<bool(void)> const& continueCallback)
|
||||
{
|
||||
JLOG(j_.warn()) << "addPathsForType "
|
||||
<< CollectionAndDelimiter(pathType, ", ");
|
||||
JLOG(j_.debug()) << "addPathsForType "
|
||||
<< CollectionAndDelimiter(pathType, ", ");
|
||||
// See if the set of paths for this type already exists.
|
||||
auto it = mPaths.find(pathType);
|
||||
if (it != mPaths.end())
|
||||
|
||||
Reference in New Issue
Block a user