Skip to content

Commit

Permalink
Debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 24, 2020
1 parent 6f2dee1 commit 6b801d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pdal/PluginDirectory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ StringList pluginSearchPaths()

for (std::string s : possiblePaths)
{
std::cerr << "Path/Canonical = " << s << " / ";
s = FileUtils::toCanonicalPath(s);
std::cerr << s << "!\n";
if (s.size() && !Utils::contains(searchPaths, s))
searchPaths.push_back(s);
}
Expand Down

0 comments on commit 6b801d4

Please sign in to comment.