We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44862fc commit 84f13adCopy full SHA for 84f13ad
io/CopcReader.cpp
@@ -659,7 +659,7 @@ void CopcReader::ready(PointTableRef table)
659
totalPoints += entry.m_pointCount;
660
661
if (totalPoints > 1e8)
662
- log()->get(LogLevel::Warning) << totalPoints << " will be downloaded" << std::endl;
+ log()->get(LogLevel::Warning) << totalPoints << " points will be downloaded" << std::endl;
663
664
m_p->tileCount = m_p->hierarchy.size();
665
log()->get(LogLevel::Debug) << m_p->tileCount << " overlapping nodes" << std::endl;
0 commit comments