Lower log level of "addPathsForType" log message (fixes #4177)

This commit is contained in:
Ed Hennis
2022-05-24 17:44:21 -04:00
committed by Nik Bougalis
parent 18d437284e
commit ee60b16b3a

View File

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