mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-20 18:45:55 +00:00
Lower log level of "addPathsForType" log message (fixes #4177)
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user