diff --git a/sbncode/Cluster3D/SnippetHit3DBuilderSBN_tool.cc b/sbncode/Cluster3D/SnippetHit3DBuilderSBN_tool.cc index 5cae50124..077729185 100644 --- a/sbncode/Cluster3D/SnippetHit3DBuilderSBN_tool.cc +++ b/sbncode/Cluster3D/SnippetHit3DBuilderSBN_tool.cc @@ -1630,7 +1630,7 @@ geo::WireID SnippetHit3DBuilderSBN::NearestWireID(const Eigen::Vector3f& positio catch(std::exception& exc) { // This can happen, almost always because the coordinates are **just** out of range - mf::LogWarning("Cluster3D") << "Exception caught finding nearest wire, position - " << exc.what() << std::endl; + mf::LogDebug("Cluster3D") << "Exception caught finding nearest wire, position - " << exc.what() << std::endl; // Assume extremum for wire number depending on z coordinate if (position[2] < m_geometry->TPC({0,0}).ActiveLength()*0.5) wire = 0;