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,7 +796,7 @@ Pathfinder::addPathsForType(
PathType const& pathType, PathType const& pathType,
std::function<bool(void)> const& continueCallback) std::function<bool(void)> const& continueCallback)
{ {
JLOG(j_.warn()) << "addPathsForType " JLOG(j_.debug()) << "addPathsForType "
<< CollectionAndDelimiter(pathType, ", "); << CollectionAndDelimiter(pathType, ", ");
// See if the set of paths for this type already exists. // See if the set of paths for this type already exists.
auto it = mPaths.find(pathType); auto it = mPaths.find(pathType);