Skip to content

vtkContour3DLinearGrid: quiet an INFO message

Cory Quammen requested to merge cory.quammen/vtk:quiet-info-message into master

An INFO message is always printed with default log verbosity. This INFO message was in a function that checks a capability, so could be logged during the course of an entirely normal operation. This changes it to DEBUG to quiet it.

Fixes #19486 (closed).

Edited by Cory Quammen

Merge request reports

Loading