Skip to content

Commit 84f13ad

Browse files
authored
tell user we are downloading a lot of points in readers.copc (PDAL#4656)
1 parent 44862fc commit 84f13ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

io/CopcReader.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ void CopcReader::ready(PointTableRef table)
659659
totalPoints += entry.m_pointCount;
660660

661661
if (totalPoints > 1e8)
662-
log()->get(LogLevel::Warning) << totalPoints << " will be downloaded" << std::endl;
662+
log()->get(LogLevel::Warning) << totalPoints << " points will be downloaded" << std::endl;
663663

664664
m_p->tileCount = m_p->hierarchy.size();
665665
log()->get(LogLevel::Debug) << m_p->tileCount << " overlapping nodes" << std::endl;

0 commit comments

Comments
 (0)