Skip to content

Commit

Permalink
Add missing '.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Apr 2, 2018
1 parent b556d27 commit f384648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdal/PluginManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ bool PluginManager<T>::l_loadDynamic(const std::string& driverName)
if (path.empty())
{
m_log->get(LogLevel::Debug) << "No plugin file found for driver '" <<
driverName << "." << std::endl;
driverName << "'." << std::endl;
return false;
}
return loadByPath(path);
Expand Down

0 comments on commit f384648

Please sign in to comment.